unshipOrder
DEPRECATED
Legacy Orders V1 mutation. It applies to V1 orders only and will be removed once Orders V1 support ends.
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 @deprecated
Arguments
unshipOrder.input ● UnshipOrderInput! non-null input common
Parameters for UnshipOrder
Type
UnshipOrderPayload object common
Autogenerated return type of UnshipOrder.