Receive stock straight into a putaway location
Complete a receive task by landing the stock directly into a putaway location instead of the receiving area. The destination location_to_id is required because the stock bypasses the receiving step. Otherwise behaves like /api/receive_tasks/{id}/receive: updates the task, increments the inbound item’s quantity_received, and records the receive transaction.
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
location_to_id | Yes | Putaway location where 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 |
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

