跳转到主要内容
GET
/
api
/
FbaShipment
/
getAllStatusList
Get all FBA shipment statuses
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/FbaShipment/getAllStatusList \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "fbaShipmentStatusCode": "<string>",
      "shipmentStageDescription": "<string>"
    }
  ]
}
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
列出 FBA 运货单可处的全部状态。用以将 fbaShipmentStatusCode 转译为可读标签或筛选运货单查询。

授权

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 shipment statuses