INPUT_OBJECT

ShipmentCreateMutationInput

Autogenerated input type of ShipmentCreateMutation

link GraphQL Schema definition

  • input ShipmentCreateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the invoice.
  • invoiceId: ID!
  • shippedItems: [ShippedItemInput!]!
  • postageCarrierId: ID!
  • dispatchedAt: ISO8601Date!
  • trackingNumber: String!
  • # See Seller.shipmentAddresses for available address ids.
  • shippedFromId: ID
  • note: String
  • }