Receive against a purchase order (réception de marchandise)
Books a batch of receipts (réception de marchandise / bon de livraison) against an OPEN order, accumulating each line’s received quantity and re-deriving the order status (received once every line is fully received). Re-runs the receiving guard server-side. 404s for an unknown order or receipt SKU; 422s when the order is already fully received.
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Path Parameters
The purchase order (bon de commande) id.
1Body
The receipts booked in this delivery (bon de livraison); at least one.
1Response
The order with accumulated receipts and re-derived status.

