メインコンテンツへスキップ
GET
/
api
/
FbaInstruction
/
getAllReplenishStatusCodeList
Get all FBA replenishment status codes
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/FbaInstruction/getAllReplenishStatusCodeList \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "replenishStatusCode": "<string>",
      "replenishStatusDescription": "<string>"
    }
  ]
}
このページはAIによって自動翻訳されています。API技術仕様は英語が正式です。不明点がある場合は英語版を参照してください。
FBA 補充指示専用のステータスコード(在庫を新しい FBA 宛先へ送るサブワークフロー)を一覧表示します。FBA 補充指示の詳細を取得 で返される replenishStatusCode の解釈に使用してください。

承認

x-rr-apikey
string
header
必須

Your API key

x-rr-apitoken
string
header
必須

Your API token — keep this private

レスポンス

Success

data
object[]

List of FBA replenishment status codes