@sp-api-sdk/fba-inventory-api-v1
Version:
The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon's fulfillment network.
45 lines (44 loc) • 1.22 kB
JSON
{
"name": "@sp-api-sdk/fba-inventory-api-v1",
"author": "Bertrand Marron <bertrand@bizon.solutions>",
"description": "The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon's fulfillment network.",
"version": "3.0.4",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"types": "dist/types/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"directories": {
"lib": "dist"
},
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"dependencies": {
"@sp-api-sdk/common": "2.1.13",
"axios": "^1.8.4"
},
"repository": {
"type": "git",
"url": "https://github.com/bizon/selling-partner-api-sdk.git",
"directory": "clients/fba-inventory-api-v1"
},
"bugs": {
"url": "https://github.com/bizon/selling-partner-api-sdk/issues"
},
"homepage": "https://github.com/bizon/selling-partner-api-sdk/tree/master/clients/fba-inventory-api-v1",
"keywords": [
"amazon",
"bizon",
"marketplace web services",
"mws",
"selling partner api",
"sp api",
"sp sdk",
"fba inventory api"
],
"gitHead": "287508bdc050a25bac20889ed0afb6d3f6518cd6"
}