Skip to main content
GET
/
api
/
UnknownShipmentStatus
/
getAllUnknownShipmentStatus
Get all unknown shipment statuses
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/UnknownShipmentStatus/getAllUnknownShipmentStatus \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "unknownShipmentStatuses": [
    {
      "unknownShipmentStatusCode": "<string>",
      "unknownShipmentStatus": "<string>",
      "unknownShipmentStageDescription": "<string>"
    }
  ]
}
Lists statuses for unknown shipments — see Getting Started for the unknown-shipment workflow.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

unknownShipmentStatuses
object[]

List of unknown shipment statuses