Skip to main content
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>"
  }
}
Updates the destination shipment information (FBA name, address, reference ID, label file) for a pending replenish instruction. Use this when the original details need to change before the warehouse dispatches the parcel.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Body

application/json
fbaInstructionId
string<uuid>
required

FBA instruction identifier

newShipmentReferenceId
string
required

New shipment reference / FBA shipment ID

newShipmentFbaName
string
required

Recipient name for the new FBA shipment

newShipmentStreet1
string
required

Address line 1

newShipmentStreet2
string
required

Address line 2

newShipmentState
string
required

State / province

newShipmentCity
string
required

City

newShipmentPostalCode
string
required

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)

Response

Success

data
object

Updated shipping information