Skip to main content
GET
/
api
/
FbaInstruction
/
getAllFbaInstructionHandlingStatusCodeList
Get all FBA instruction handling status codes
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/FbaInstruction/getAllFbaInstructionHandlingStatusCodeList \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "handlingStatusCode": "<string>",
      "handlingStatusDescription": "<string>"
    }
  ]
}
Lists every status code an FBA instruction can be in. Use this to translate handlingStatusCode values into human-readable labels or to filter instruction lists.

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 instruction handling status codes