Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.returnshelper.com/uat/user/api/outbound/consolidateShipping/inventory/add \ --header 'Content-Type: application/json' \ --header 'x-rr-apikey: <api-key>' \ --header 'x-rr-apitoken: <api-key>' \ --data ' { "consolidateShippingOrderId": "<string>", "returnInventoryIdList": [ 123 ] } '
{ "consolidateShippingInventoryId": "<string>", "consolidateShippingOrderId": "<string>", "returnInventoryId": 123, "consolidateShippingInventoryStatus": "<string>", "rma": "<string>" }
Your API key
Your API token — keep this private
Consolidate shipping order ID (ULID)
500
Success
Consolidate shipping inventory ID (ULID)
ULID