Skip to main content

unshipOrder

Unship an order. This mutation unships an order, setting the order's status to 'ALLOCATED'. The order must have a status of 'SHIPPED' in order to be unshipped. If the order is not in the 'SHIPPED' status, this mutation will return an error.

Additionally, if the order is present in external systems, this mutation will attempt to unship the order in those systems as well.

unshipOrder(
input: UnshipOrderInput!
): UnshipOrderPayload

Arguments

unshipOrder.input ● UnshipOrderInput! non-null input

Parameters for UnshipOrder

Type

UnshipOrderPayload object

Autogenerated return type of UnshipOrder.