INPUT_OBJECT

ShippingProfileInput

link GraphQL Schema definition

  • input ShippingProfileInput {
  • # Name of the Shipping Profile
  • name: String!
  • # Description of the Shipping Profile
  • description: String
  • }