メインコンテンツへスキップ
GET
/
api
/
ResendStatus
/
getAllResendStatus
Get all resend statuses
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/ResendStatus/getAllResendStatus \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "resendStatusList": [
    {
      "resendStatusCode": "<string>",
      "resendStatus": "<string>",
      "resendStageDescription": "<string>"
    }
  ]
}
このページはAIによって自動翻訳されています。API技術仕様は英語が正式です。不明点がある場合は英語版を参照してください。
再送注文が取り得るすべてのステータスを一覧表示します。再送エンドポイントから返される resendStatusCode を可読ラベルへ変換するために使用してください。

承認

x-rr-apikey
string
header
必須

Your API key

x-rr-apitoken
string
header
必須

Your API token — keep this private

レスポンス

Success

resendStatusList
object[]

List of resend statuses