メインコンテンツへスキップ
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