Skip to main content
GET
/
api
/
Shipment
/
getAllShipmentStatus
Get all shipment statuses
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
    }
  ]
}
Lists every status code a shipment can be in.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

shipmentStatuses
object[]

List of shipment statuses