cURL
curl --request GET \ --url https://api.zinc.io/v1/returns/{request_id} \ --header 'Authorization: Basic <encoded-value>'
{ "_type": "return_response", "merchant_return_id": "<string>", "return_by": "<string>", "label_urls": [ "<string>" ], "request": {} }
Retrieve the status of a return
Use your client token as the username. Leave the password blank.
The unique identifier for the return request
Return details retrieved successfully
The response is of type object.
object