INPUT_OBJECT

ShipmentAddressSortMutationInput

Autogenerated input type of ShipmentAddressSortMutation

link GraphQL Schema definition

  • input ShipmentAddressSortMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • addressIds: [ID!]!
  • # ID of the seller. May be omitted if using a seller api key, but is required
  • # otherwise
  • sellerId: ID
  • }