@sp-api-sdk/fulfillment-inbound-api-v0
Version:
The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon's fulfillment network.
7 lines (6 loc) • 304 B
TypeScript
import { type ClientConfiguration, type RateLimit } from '@sp-api-sdk/common';
import { FbaInboundApi } from './api-model';
export declare const clientRateLimits: RateLimit[];
export declare class FulfillmentInboundApiClient extends FbaInboundApi {
constructor(configuration: ClientConfiguration);
}