unfulfillOrder
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!
Arguments
unfulfillOrder.input
● UnfulfillOrderInput!
non-null input
Parameters for UnfulfillOrder
Type
Order
object
The order type. This type represents an order in the system.