メインコンテンツへスキップ
POST
/
api
/
Recall
/
cancelRecall
Cancel recall orders
curl --request POST \
  --url https://api.returnshelper.com/uat/user/api/Recall/cancelRecall \
  --header 'Content-Type: application/json' \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>' \
  --data '
{
  "recallIdList": [
    123
  ]
}
'
{
  "recallList": [
    {
      "apiId": 123,
      "recallId": 123,
      "warehouseId": 123,
      "recallNumber": "<string>",
      "recallStatusCode": "<string>",
      "warehouseRemarks": "<string>",
      "recallInventoryList": [
        {}
      ]
    }
  ]
}
このページはAIによって自動翻訳されています。API技術仕様は英語が正式です。不明点がある場合は英語版を参照してください。
保留中のリコール注文を recallId でキャンセルします。在庫 ID しかわからない場合は 返品在庫 ID でリコールをキャンセル をご利用ください。

承認

x-rr-apikey
string
header
必須

Your API key

x-rr-apitoken
string
header
必須

Your API token — keep this private

ボディ

application/json
recallIdList
integer<int64>[]
必須

List of recall IDs to cancel

レスポンス

Success

recallList
object[]

List of cancelled recalls