Skip to main content
GET
/
api
/
FbaShipment
/
getAllStatusList
Get all FBA shipment statuses
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/FbaShipment/getAllStatusList \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "fbaShipmentStatusCode": "<string>",
      "shipmentStageDescription": "<string>"
    }
  ]
}
Lists every status an FBA shipment can be in. Use this to translate fbaShipmentStatusCode values into human-readable labels or to filter shipment queries.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

data
object[]

List of FBA shipment statuses