POST
/
warehouse
/
return
/
{return_id}
/
flag
curl --request POST \
  --url https://api.loopreturns.com/api/v1/warehouse/return/{return_id}/flag \
  --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 value returned when the return is processed successfully.