UpdateFulfillmentItemsInput
Autogenerated input type of UpdateFulfillmentItems
input UpdateFulfillmentItemsInput {
brandId: ID @deprecated
clientMutationId: String
fulfillmentId: ID!
items: [UpdateFulfillmentItemInput!]!
orderId: ID!
}
Fields
UpdateFulfillmentItemsInput.brandId ● ID deprecated scalar common
DEPRECATED
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.
UpdateFulfillmentItemsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateFulfillmentItemsInput.fulfillmentId ● ID! non-null scalar common
The ID of the fulfillment to update. The fulfillment must be in a pre-send state (draft, allocated, or failed_to_fulfill).
UpdateFulfillmentItemsInput.items ● [UpdateFulfillmentItemInput!]! non-null input common
The absolute target set of items for the fulfillment. Each entry gives the target quantity for an order item.
UpdateFulfillmentItemsInput.orderId ● ID! non-null scalar common
The ID of the order the fulfillment belongs to.
Member Of
updateFulfillmentItems mutation