Receivings
Complete Receiving
Simulates the completion of a receiving in your Sandbox environment. This action is available for testing purposes only and cannot be used in production.
Use the completion_mode field to control how the simulation behaves: fully_received accepts all expected units, while short_received, excess_received, and partially_received simulate discrepancies that may leave the receiving open or generate exceptions.
ASN & Receiving Key
To identify the target receiving, you must supply either receiving_key or asn.
post/v1/integrations/sandbox/complete-receiving
Request body
Example request
{
"receiving_key": "key-123",
"asn": "ASN-12345"
}Response
Success
Changes
No recorded changes to this endpoint across all 6 revisions of this API.