Cancel an order
How to request the supplier to cancel an order or line
Last updated
How to request the supplier to cancel an order or line
Last updated
Cancel an order line in Tradecloud when it is cancelled at the buyer.
Issued
, In Progress
, Rejected
and Confirmed
lines will become Cancelled
immediately
Completed
lines cannot be cancelled
Cancelled
lines 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.
/order
endpointYou can cancel the order or line by setting indicators.cancelled
on either order or line level and updating the order using the 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 endpoint:
/order/indicators
endpointYou can cancel the order or line by setting indicators.cancelled
on either order or line level, using the endpoint to send the cancelled indicator to Tradecloud.
The /order/indicators
endpoint is not supported when using the single delivery feature. Let know when you need this endpoint for single delivery.