跳转到主要内容
POST
/
api
/
Recall
/
cancelRecallByReturnInventoryId
Cancel recall by return inventory ID
curl --request POST \
  --url https://api.returnshelper.com/uat/user/api/Recall/cancelRecallByReturnInventoryId \
  --header 'Content-Type: application/json' \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>' \
  --data '
{
  "returnInventoryIdList": [
    123
  ]
}
'
{
  "recallList": [
    {
      "apiId": 123,
      "recallId": 123,
      "warehouseId": 123,
      "recallNumber": "<string>",
      "recallStatusCode": "<string>",
      "warehouseRemarks": "<string>",
      "recallInventoryList": [
        {}
      ]
    }
  ]
}
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
取消先前透过 按退件库存 ID 创建召回 建立的待处理召回请求;以 returnInventoryId 标识召回。仅在召回仍可取消时有效;一旦仓库已开始处理,请联络客服。

授权

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

请求体

application/json
returnInventoryIdList
integer<int64>[]
必填

List of return inventory IDs

响应

Success

recallList
object[]

List of cancelled recalls