improved
2024-03 Consignment API 2.0 Updates
9 months ago by ReadMe API
There are several updates to the API 2.0 consignment apis, particularly regarding purchase orders.
- At least one product should have non-zero received quantity before updating to
RECEIVED
Add a product to a consignment
- Cannot add a composite product to the order
- If a received value is provided for a consignment product for a
SENT
Supplier Order - the order will be automatically marked asDISPATCHED
Update a product in a consignment
- Any updates to the received quantity field on a product in a
SENT
consignment, will set the consignment status toDISPATCHED
Add or update the products in a consignment in bulk
- If a
received
field is provided for consignment products in anOPEN
orSENT
Supplier Order - the order will be automatically marked asDISPATCHED
. Remove thereceived
field if you don't intend to dispatch the OPEN or SENT purchase order.