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 GET \ --url https://api.returnshelper.com/uat/public/api/Shipment/getAllShipmentStatus \ --header 'x-rr-apikey: <api-key>' \ --header 'x-rr-apitoken: <api-key>'
{ "shipmentStatuses": [ { "shipmentStatusCode": "<string>", "shipmentStatus": "<string>", "shipmentStageDescription": "<string>", "isShipmentEditable": true } ] }
Your API key
Your API token — keep this private
Success
List of shipment statuses
Show child attributes