跳轉到主要內容
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