SendFulfillmentInput
Autogenerated input type of SendFulfillment
input SendFulfillmentInput {
brandId: ID @deprecated
clientMutationId: String
externalId: String
fulfillmentId: ID!
metadata: JSON
orderId: ID!
warehouseId: ID!
}
Fields
SendFulfillmentInput.brandId ● ID deprecated scalar common
This argument will be removed in the future. Brand is becoming a product-only attribute. Order's company context is used instead.
The brand ID. This parameter is optional, but if not provided, you should provide the header 'X-Brand-Id' with the brand ID.
SendFulfillmentInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
SendFulfillmentInput.externalId ● String scalar common
External system reference ID returned from the fulfillment integration.
SendFulfillmentInput.fulfillmentId ● ID! non-null scalar common
The ID of the fulfillment to send. The fulfillment must be in 'allocated' state.
SendFulfillmentInput.metadata ● JSON scalar common
The metadata that is part of the fulfillment. This metadata can be used to store additional information about the fulfillment.
SendFulfillmentInput.orderId ● ID! non-null scalar common
The ID of the order the fulfillment belongs to.
SendFulfillmentInput.warehouseId ● ID! non-null scalar common
The ID of the warehouse where the fulfillment is processed.
Member Of
sendFulfillment mutation