跳转到主要内容
GET
/
api
/
RecallStatus
/
getAllRecallInventoryStatus
Get all recall inventory statuses
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/RecallStatus/getAllRecallInventoryStatus \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "recallInventoryStatuses": [
    {
      "recallInventoryStatusCode": "<string>",
      "recallInventoryStatus": "<string>",
      "recallInventoryStageDescription": "<string>"
    }
  ]
}
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
列出召回库存项可处的全部状态。用于将召回端点返回的 recallInventoryStatusCode 转译。

授权

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

响应

Success

recallInventoryStatuses
object[]

List of recall inventory statuses