@sp-api-sdk/notifications-api-v1
Version:
The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner's business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscrip
45 lines (44 loc) • 1.42 kB
JSON
{
"name": "@sp-api-sdk/notifications-api-v1",
"author": "Bertrand Marron <bertrand@bizon.solutions>",
"description": "The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner's business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the Notifications Use Case Guide.",
"version": "3.0.5",
"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.14",
"axios": "^1.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bizon/selling-partner-api-sdk.git",
"directory": "clients/notifications-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/notifications-api-v1",
"keywords": [
"amazon",
"bizon",
"marketplace web services",
"mws",
"selling partner api",
"sp api",
"sp sdk",
"notifications api"
],
"gitHead": "773f45c3f4aab28e0bd9f6033045988800d7f258"
}