UNPKG

@sp-api-sdk/fba-inventory-api-v1

Version:

The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon's fulfillment network.

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