POST
/
warehouse
/
return
/
{return_id}
/
remove
Remove Line Items
curl --request POST \
  --url https://api.loopreturns.com/api/v1/warehouse/return/{return_id}/remove \
  --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.

Query Parameters

line_item_id
string
required

The ID of the line item to remove. Optionally, you can include more than one using comma separated values.

Response

Success

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

Examples:

"true"