INPUT_OBJECT

ShipmentUpdateMutationInput

Autogenerated input type of ShipmentUpdateMutation

link GraphQL Schema definition

  • input ShipmentUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the shipment.
  • shipmentId: ID!
  • postageCarrierId: ID
  • dispatchedAt: ISO8601DateTime
  • trackingNumber: String
  • # See Seller.shipmentAddresses for available address ids.
  • shippedFromId: ID
  • note: String
  • }