INPUT_OBJECT

ShippingOptionUpsertMutationInput

Autogenerated input type of ShippingOptionUpsertMutation

link GraphQL Schema definition

  • input ShippingOptionUpsertMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • shippingOptionId: ID
  • sellerId: ID
  • # Attributes to assign to the shipping rule.
  • attributes: ShippingOptionUpsertInput!
  • }