Receive a goods in receipt
Goods In: Receipts
Receive a goods in receipt
Trigger the receiving process for a goods in receipt. The receipt must be in PENDING status with at least one line item. This changes the receipt status to RCV and creates receive tasks for each line item. Stock records are not created until individual receive tasks are completed.
POST
Receive a goods in receipt
Behavior
- Receipt must be in PENDING status
- Receipt must have at least one line item
- Changes receipt status from PENDING to RCV
- Creates AVAILABLE receive tasks for each line item (one per line for loose items, one per storage unit for containerised items)
- Stock records are NOT created at this stage — they are created when individual receive tasks are completed via the receive tasks endpoint
- Returns the updated receipt with RCV status
No Request Body Required
The receipt ID is provided in the URL path. No request body is needed.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 goods in receipt to receive
Response
Receipt received successfully

