Update an existing order
How to update an existing purchase order as a buyer
Last updated
How to update an existing purchase order as a buyer
Last updated
As buyer you can send either a or updated purchase order to Tradecloud.
Most supplier ERP integrations do not have the capability to automatically process an updated order. It will be processed manually by the supplier and the order will have a longer human response time.
If an order line has order process status Issued
or In Progress
and it is updated, it will keep the same status.
If the line has status Rejected
(by supplier) and it is reissued, it will become In Progress
.
If the line has status Confirmed
and it is reopened, it will become In Progress
.
In case of any other status like Completed
or Cancelled
the order update will be ignored.
Use the endpoint when your ERP system supports a delivery schedule natively.
Or use the endpoint for the single delivery per order line feature.
Please see this page to choose between the delivery schedule or single delivery per order line:
Tradecloud will update the order based on the purchaseOrderNumber
and will add or update lines, delivery schedules and delivery histories where needed.
Order lines will be matched based on lines.position
, deliverySchedule.position
and deliveryHistory.position
.
The actual delivery history may be added in an order update when your ERP system supports a delivery schedule natively. These will be used to calculate the line Overdue
indicator.
lines.deliveryHistory
: the historical actual delivery schedule. Provide zero, one or multiple delivery history lines. Provide all delivery history lines in an update. The total number of delivery history lines is limited to 100 lines per order line.
deliveryHistory.position
: the position in the delivery schedule. Not to be confused with the line.position
. deliverySchedule.position
versus deliveryHistory.position
do not have to use the same values.
deliveryHistory.quantity
: the actual delivered quantity of this delivery schedule position. Quantity has a decimal 1234.56
format with any number of digits.
Or use the actual delivery field when using the single delivery per order line:
lines.actualDelivery
: the actual delivery at the buyer for this order line.
actualDelivery.quantity
: the actual delivered quantity of this delivery. Quantity has a decimal 1234.56
format with any number of digits.
Additional indicators may be set in an order update:
indicators
:
erpLastChangedBy
: he user email or user name as known in your ERP system who updated this order
deliveryHistory.date
: the actual delivery date of this delivery schedule position. Date has ISO 8601 date yyyy-MM-dd
format. See also .
actualDelivery.date
: the actual delivery date of this delivery. Date has ISO 8601 date yyyy-MM-dd
format. See also .
The deliveryHistory
(multiple actual deliveries) field is not supported when using the single delivery feature. Let know when you need deliveryHistory
for single delivery.
erpLastChangeDateTime
: Date and time the order was updated in your ERP system. DateTime
has ISO 8601 local date/time format yyyy-MM-ddThh:mm:ss
. See also .