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
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

