INPUT_OBJECT

ShippingRateCreateOrUpdateMutationInput

Autogenerated input type of ShippingRateCreateOrUpdateMutation

link GraphQL Schema definition

  • input ShippingRateCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • shippingRateId: ID
  • sellerId: ID
  • # Attributes to assign to the shipping rate.
  • attributes: ShippingRateInput!
  • }