UNPKG

@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

7 lines (6 loc) 305 B
import { type ClientConfiguration, type RateLimit } from '@sp-api-sdk/common'; import { NotificationsApi } from './api-model'; export declare const clientRateLimits: RateLimit[]; export declare class NotificationsApiClient extends NotificationsApi { constructor(configuration: ClientConfiguration); }