POST
/
warehouse
/
return
/
{return_id}
/
process
Process Return
curl --request POST \
  --url https://api.loopreturns.com/api/v1/warehouse/return/{return_id}/process \
  --header 'X-Authorization: <api-key>'
"true"

Authorizations

X-Authorization
string
header
required

Path Parameters

return_id
integer
required

The unique identifier associated with the return.

Response

200
application/json

Success - The return has been queued for processing. The actual processing will occur asynchronously.

The value returned when the return has been queued for processing.

Examples:

"true"