cURL
curl --request GET \ --url https://api.example.com/api/v1/Transfers/OUTs/{referenceNumber} \ --header 'Authorization: <api-key>'
{ "isSuccess": true, "message": "<string>", "payload": { "lineItems": [ { "lineNumber": "<string>", "sku": "<string>", "skuDescription": "<string>", "subInventoryCode": "<string>", "subInventoryName": "<string>", "quantityOrdered": 123, "quantityReserved": 123, "quantityShipped": 123 } ], "messages": [ { "messageType": "<string>", "messageTime": "2023-11-07T05:31:56Z", "message": "<string>" } ], "isEditable": true } }
Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
The reference number used to create the OUT
OK
Generic container for all service responses
Was the request successful. If not, the message will have more information.
Any error message
Complete Detail about the OUT
Show child attributes
Was this page helpful?