跳转到主要内容
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 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
更新待处理补货指示的目的运货单信息(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