Receive stock against a receive task
Complete a receive task by recording that the inbound stock has been physically received into the receiving area. The task is updated, the inbound item’s quantity_received is incremented, a follow-on putaway task is generated, and a receive transaction is recorded. Use this endpoint when stock first lands at the receiving location; use /api/receive_tasks/{id}/receive_to_putaway_location when receiving directly into a putaway location instead.
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
location_to_id | No | Location into which the stock is received |
storage_unit_to_id | No | Storage unit the received stock lands in |
confirmed_quantity | No | Quantity actually received (>= 0). Defaults to the task’s start_quantity when omitted. |
serial_numbers | No | Serial numbers to assign to the received stock |
base_storage_unit_type_id | No | Base storage unit type for the received stock, when relevant |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the receive task
Body
Response
Operation completed successfully with no content to return

