post
https://api.apicbase.com/api/v2/procurement/purchase_orders//packages/
Adds one or more supplier packages to an existing purchase order.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
The request body is a flat array of package objects — not wrapped in a parent object. The purchase order must be in IN_PROGRESS status and owned by the requesting user.
quantity and to_par
quantity and to_parEach package entry must provide either quantity or to_par, but not both:
quantity— the number of units to order. Must be a non-negative number. Sending0removes the package from the order if it was already present.to_par— whentrue, the quantity is automatically calculated aspar − (current stock + outstanding orders), rounded up. If stock already meets or exceeds par, the calculated quantity is0and the package is removed from the order if it was already present.
400400
403403
404404
