Skip to main content
POST
/
api
/
Fba
/
FbaWarehouseInventory
/
updateRemark
Update remark for FBA warehouse inventory
curl --request POST \
  --url https://api.returnshelper.com/uat/user/api/Fba/FbaWarehouseInventory/updateRemark \
  --header 'Content-Type: application/json' \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>' \
  --data '
{
  "fnsku": "<string>",
  "warehouseId": 123,
  "remark": "<string>"
}
'

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
fnsku
string
required

FBA SKU

warehouseId
integer
required

Warehouse where the FBA inventory is located

remark
string

Remark text

Response

Success