@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
64 lines (63 loc) • 1.77 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": "4.2.2",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=20"
},
"sideEffects": false,
"source": "./src/index.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"dependencies": {
"@sp-api-sdk/common": "4.0.2",
"axios": "^1.19.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",
"amazon-sp-api",
"bizon",
"esm",
"nodejs",
"sdk",
"selling partner api",
"selling-partner-api",
"sp api",
"sp sdk",
"sp-api",
"typescript",
"notifications api"
],
"gitHead": "8960af01b44f361904ca370745e789a7b13e811e"
}