CreateDraftFulfillmentInput
Autogenerated input type of CreateDraftFulfillment
input CreateDraftFulfillmentInput {
brandId: ID @deprecated
clientMutationId: String
externalId: String
fulfillmentContainers: [JSON!]
fulfillmentIntegrationId: ID
fulfillmentItems: [JSON!]
fulfillmentOrderNumber: String
metadata: JSON
orderId: ID!
warehouseId: ID!
}
Fields
CreateDraftFulfillmentInput.brandId ● ID deprecated scalar common
This argument will be removed in the future. Brand is becoming a product-only attribute. Order's company context will be 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.
CreateDraftFulfillmentInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CreateDraftFulfillmentInput.externalId ● String scalar common
External system reference ID for this fulfillment.
CreateDraftFulfillmentInput.fulfillmentContainers ● [JSON!] list scalar common
The containers that are part of the fulfillment.
CreateDraftFulfillmentInput.fulfillmentIntegrationId ● ID scalar common
The ID of the fulfillment integration to use for this fulfillment.
CreateDraftFulfillmentInput.fulfillmentItems ● [JSON!] list scalar common
The items that are part of the fulfillment.
CreateDraftFulfillmentInput.fulfillmentOrderNumber ● String scalar common
Custom fulfillment order number.
CreateDraftFulfillmentInput.metadata ● JSON scalar common
The metadata that is part of the fulfillment. This metadata can be used to store additional information about the fulfillment.
CreateDraftFulfillmentInput.orderId ● ID! non-null scalar common
The ID of the order to create a fulfillment for. The order must be in 'ordered' state.
CreateDraftFulfillmentInput.warehouseId ● ID! non-null scalar common
The ID of the warehouse where the fulfillment will be processed.
Member Of
createDraftFulfillment mutation