跳转到主要内容
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>"
    }
  ]
}
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
列出 FBA 指示可处的全部状态码(排队中、处理中、已完成、已取消等)。用于将 handlingStatusCode 转译为可读标签或筛选指示列表。

授权

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

响应

Success

data
object[]

List of FBA instruction handling status codes