fulfillOrder
DEPRECATED
Legacy Orders V1 mutation. It applies to V1 orders only and will be removed once Orders V1 support ends. For V2 orders, use the V2 fulfillment mutations (createDraftFulfillment → allocateFulfillment → markFulfillment*).
This action allocated stock to the order and sends it to the external shipping software.
fulfillOrder(
input: FulfillOrderInput!
): [OrderFulfillment!]! @deprecated
Arguments
fulfillOrder.input ● FulfillOrderInput! non-null input common
Parameters for FulfillOrder
Type
OrderFulfillment object orders
This type represents an order fulfillment. An order can have multiple fulfillments, each one associated with a warehouse and a party that fulfilled the order.