跳转到主要内容
GET
/
api
/
Fba
/
FbaWarehouseInventory
/
getFbaWarehouseInventoryList
Get FBA warehouse inventory list by FNSKU
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Fba/FbaWarehouseInventory/getFbaWarehouseInventoryList \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "fbaWarehouseInventoryId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "warehouseId": 123,
      "fnsku": "<string>",
      "quantity": 123,
      "availableQuantity": 123,
      "referenceNumber": "<string>",
      "remark": "<string>",
      "lastPutawayOn": "2023-11-07T05:31:56Z"
    }
  ]
}
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
列出指定 FNSKU 在您所有仓库内的仓库库存记录。在建立出库指示(补货、转送至 FBA 等)前,用以确认可用数量。

授权

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

查询参数

fnsku
string

Filter by FNSKU

响应

Success

data
object[]

List of FBA warehouse inventory records