UNPKG

@sp-api-sdk/sellers-api-v1

Version:

The Selling Partner API for Sellers (Sellers API) provides essential information about seller accounts, such as: The marketplaces a seller can list in The default language and currency of a marketplace Whether the seller has suspended listings Refer to th

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