@sp-api-sdk/fulfillment-outbound-api-2020-07-01
Version:
The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon's fulfillment network. You can get information on both potential and existing fulfill
7 lines (6 loc) • 323 B
TypeScript
import { type ClientConfiguration, type RateLimit } from '@sp-api-sdk/common';
import { FulfillmentOutboundApi } from './api-model';
export declare const clientRateLimits: RateLimit[];
export declare class FulfillmentOutboundApiClient extends FulfillmentOutboundApi {
constructor(configuration: ClientConfiguration);
}