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