Inventory API
POST/api/v1/inventory/purchase-orders/{poId}/lines/{lineId}/receive
Product availabilityAlgaPSA

Receive a purchase-order line

RBAC · purchase_order

Path parameters

poIdstring <uuid>Required
lineIdstring <uuid>Required

Request body

Content type: application/json · schema InventoryLooseBodyV1

object

Response body

Success response 200 · schema InventoryLooseSuccessV1

dataany

Response codes

200
Operation succeeded.
400
Validation or request parsing failure.
401
API key missing or invalid.
403
Product access, RBAC, or location scope denied.
404
Inventory resource not found.
409
Inventory state or uniqueness conflict.
500
Unexpected controller or service failure.