Skip to main content
GET
/
api
/
FbaInstruction
/
getAllFbaInstructionHandlingList
Get all FBA instruction handling types
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/FbaInstruction/getAllFbaInstructionHandlingList \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "handlingCode": "<string>",
      "handlingDescription": "<string>"
    }
  ]
}
Lists the handling types an FBA instruction can have. Use these exact codes for fbaInstructionHandlingCode when calling Create FBA instructions.

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 types