UNPKG

@sp-api-sdk/feeds-api-2021-06-30

Version:

The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.

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