Nine Minds
/ Developers
Overview
API reference
Guides
Playground
Search reference and guides…
⌘K
GitHub
API keys
Inventory API
POST
/api/v1/inventory/transfers/{transferId}/receive
Product availability
AlgaPSA
Receive a stock transfer
RBAC · stock_transfer
Path parameters
transferId
string <uuid>
Required
Response body
Success response
200
· schema
InventoryLooseSuccessV1
data
any
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.