跳转到主要内容
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>"
    }
  ]
}
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
列出 FBA 补货指示专用的状态码(即将库存送往新 FBA 目的地的子流程)。用于解读 获取 FBA 补货指示详情 返回的 replenishStatusCode

授权

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