unfulfillOrder
DEPRECATED
Legacy Orders V1 mutation. It applies to V1 orders only and will be removed once Orders V1 support ends. For V2 orders, use cancelFulfillment or revertFulfillmentToDraft, per fulfillment.
This action sets an order status from a fulfilled or in progress status to an on ordered status.If the order is not in the correct status, it will throw an error.If the order is being fulfilled via an external integration, the order in the external integration will be canceled.
unfulfillOrder(
input: UnfulfillOrderInput!
): Order! @deprecated
Arguments
unfulfillOrder.input ● UnfulfillOrderInput! non-null input common
Parameters for UnfulfillOrder
Type
Order object orders
The order type. This type represents an order in the system.