INPUT_OBJECT
PricelistUpdateInput
link GraphQL Schema definition
1 input PricelistUpdateInput { 2 3 String : 4 5 Status : 6 7 String : 8 9 String : 10 11 ShippingOptionInput : 12 13 # Countries are accepted only for DIRECT_TO_CONSUMER pricelists. 14 CountryInput!] : [ 15 16 CountryInput!] : [ 17 18 # Assign an external ID to reference this object by it later 19 String : 20 }