Receive goods
How to announce the buyer has received goods
Last updated
How to announce the buyer has received goods
Last updated
There are two ways to announce the buyer has received goods:
using the actual delivery, which is preferred over the delivered indicator, as it is more precise regarding partial deliveries.
using the delivered indicator
The delivery history contains the actual physical deliveries. With the actual deliveries versus the planned deliveries, Tradecloud can calculate which goods should still be delivered or are overdue.
There are two ways to send the delivery history to Tradecloud:
/order
endpointSend the actual delivery schedule by setting the lines.deliveryHistory
field when your ERP system supports a delivery schedule natively, and update the order using the endpoint.
Send the actual delivery by setting the lines.actualDelivery
field when using the single delivery per order line feature, and update the order using the endpoint.
/api-connector/order/deliveries
endpointSend delivery events for one or multiple existing order lines using the endpoint. This will append the deliveries to the order line's delivery history.
Before adding a delivery to an order, the order must have been sent to Tradecloud first.
The /order/deliveries
endpoint is not supported when using the single delivery feature. Let know when you need this endpoint for single delivery.
When an order or line is received, regardless of actual quantity or date, it can be marked as delivered by setting indicators.delivered
on either order or line level.
Single delivery behavior:
When the primary or any related split lines is delivered; the corresponding delivery line will become delivered.
/order
endpoint/order/indicators
endpointThe existing order or line can be marked as delivered by setting indicators.delivered
on either order or line level and updating the order using the endpoint:
The order or line can be marked as delivered by setting indicators.delivered
on either order or line level and sending this indicator only, using the endpoint.
The /order/indicators
endpoint is not supported when using the single delivery feature. Let know when you need this endpoint for single delivery.