メインコンテンツへスキップ
GET
/
api
/
UnknownShipmentStatus
/
getAllUnknownShipmentStatus
Get all unknown shipment statuses
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/UnknownShipmentStatus/getAllUnknownShipmentStatus \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "unknownShipmentStatuses": [
    {
      "unknownShipmentStatusCode": "<string>",
      "unknownShipmentStatus": "<string>",
      "unknownShipmentStageDescription": "<string>"
    }
  ]
}
このページはAIによって自動翻訳されています。API技術仕様は英語が正式です。不明点がある場合は英語版を参照してください。
既存の返品リクエストにまだ紐づかない受領パーセルに付与されるステータスを一覧表示します。RMA に対応しないパーセルが倉庫に到着した際に発生します——詳細は Getting Started の「未知シップメント」フローを参照してください。

承認

x-rr-apikey
string
header
必須

Your API key

x-rr-apitoken
string
header
必須

Your API token — keep this private

レスポンス

Success

unknownShipmentStatuses
object[]

List of unknown shipment statuses