Cancel an order
How to request the supplier to cancel an order or line
Cancel an order line in Tradecloud when it is cancelled at the buyer.
Issued,In Progress,RejectedandConfirmedlines will becomeCancelledimmediatelyCompletedlines cannot be cancelledCancelledlines cannot be cancelled again
Single delivery behavior:
When using the single delivery per order line feature, cancellation works differently depending on whether you're cancelling all order lines or an individual line:
When all primary and related split lines are cancelled; the primary order line will become cancelled.
When an individual order line is cancelled; Tradecloud will remove the individual line from the orginal line's delivery schedule.
Cancelling by resending an order using the /order endpoint
/order endpointYou can cancel the order or line by setting indicators.cancelled on either order or line level and updating the order using the Send order endpoint:
Cancelling by resending the order without the cancelled line using the /order endpoint
/order endpointWhen your ERP system cannot cancel a line, but instead removes a line from the order, you can still cancel an order line by setting the indicators.cancelLineWhenMissing on order level and updating the order WITHOUT including the cancelled line using the Send order endpoint:
Cancelling by sending the cancelled indicator using the /order/indicators endpoint
/order/indicators endpointYou can cancel the order or line by setting indicators.cancelled on either order or line level, using the Send order indicators endpoint to send the cancelled indicator to Tradecloud.
The /order/indicators endpoint is not supported when using the single delivery feature. Let support know when you need this endpoint for single delivery.
Last updated