GraphQL INPUT_OBJECT
CreateShippingConfigurationInput
Input for creation of shipping configuration.
link Definition
- input CreateShippingConfigurationInput {
- # Name of the shipping configuration.
- : String!
- # The clientId of the client the shipping configuration belongs to.
- : Int!
- # List of items in the shipping configuration.
- : [ShippingConfigurationItemInput]
- }