メインコンテンツへスキップ
POST
/
api
/
Fba
/
FbaInstructionReplenish
/
updateShippingInfo
Update shipping information for FBA replenishment
curl --request POST \
  --url https://api.returnshelper.com/uat/user/api/Fba/FbaInstructionReplenish/updateShippingInfo \
  --header 'Content-Type: application/json' \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>' \
  --data '
{
  "fbaInstructionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "newShipmentReferenceId": "<string>",
  "newShipmentFbaName": "<string>",
  "newShipmentStreet1": "<string>",
  "newShipmentStreet2": "<string>",
  "newShipmentState": "<string>",
  "newShipmentCity": "<string>",
  "newShipmentPostalCode": "<string>",
  "provideLabel": true,
  "newShipmentStreet3": "<string>",
  "newShipmentCountryCode": "<string>",
  "filename": "<string>",
  "fileKey": "<string>"
}
'
{
  "data": {
    "fbaInstructionReplenishId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "fbaInstructionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "handlingStatusCode": "<string>",
    "replenishStatusCode": "<string>",
    "provideLabel": true,
    "newShipmentFbaName": "<string>",
    "newShipmentStreet1": "<string>",
    "newShipmentStreet2": "<string>",
    "newShipmentStreet3": "<string>",
    "newShipmentState": "<string>",
    "newShipmentCity": "<string>",
    "newShipmentPostalCode": "<string>",
    "newShipmentCountryCode": "<string>",
    "newShipmentReferenceId": "<string>",
    "filename": "<string>",
    "fileKey": "<string>"
  }
}
このページはAIによって自動翻訳されています。API技術仕様は英語が正式です。不明点がある場合は英語版を参照してください。
保留中の replenish 指示について、宛先シップメント情報(FBA 名、住所、参照 ID、ラベルファイル)を更新します。倉庫がパーセルを発送する前に元の情報を変更する必要がある場合に使用してください。

承認

x-rr-apikey
string
header
必須

Your API key

x-rr-apitoken
string
header
必須

Your API token — keep this private

ボディ

application/json
fbaInstructionId
string<uuid>
必須

FBA instruction identifier

newShipmentReferenceId
string
必須

New shipment reference / FBA shipment ID

newShipmentFbaName
string
必須

Recipient name for the new FBA shipment

newShipmentStreet1
string
必須

Address line 1

newShipmentStreet2
string
必須

Address line 2

newShipmentState
string
必須

State / province

newShipmentCity
string
必須

City

newShipmentPostalCode
string
必須

Postal code

provideLabel
boolean

Whether to provide a label for the new shipment

newShipmentStreet3
string

Address line 3 (optional)

newShipmentCountryCode
string

ISO3 country code (e.g. GBR, USA)

filename
string

Label file name (if providing own label)

fileKey
string

Label file key (if providing own label)

レスポンス

Success

data
object

Updated shipping information