INPUT_OBJECT

ShippingProfileUpdateMutationInput

Autogenerated input type of ShippingProfileUpdateMutation

link GraphQL Schema definition

  • input ShippingProfileUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID for retrieving the correct shipping profile.
  • shippingProfileId: ID!
  • # Attributes to assign to the new Shipping Profile
  • attributes: ShippingProfileInput!
  • }