Skip to main content
GET
/
api
/
FbaInstruction
/
getAllReplenishStatusCodeList
Get all FBA replenishment status codes
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/FbaInstruction/getAllReplenishStatusCodeList \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "replenishStatusCode": "<string>",
      "replenishStatusDescription": "<string>"
    }
  ]
}
Lists status codes specific to FBA replenishment instructions. Use this to interpret replenishStatusCode returned by Get FBA instruction replenish details.

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 replenishment status codes