allocateOrder
DEPRECATED
Legacy Orders V1 mutation. It applies to V1 orders only and will be removed once Orders V1 support ends. For V2 orders, use createDraftFulfillment → allocateFulfillment.
Allocate inventory for an order
allocateOrder(
input: AllocateOrderInput!
): Order! @deprecated
Arguments
allocateOrder.input ● AllocateOrderInput! non-null input common
Parameters for AllocateOrder
Type
Order object orders
The order type. This type represents an order in the system.