UNPKG

@sp-api-sdk/merchant-fulfillment-api-v0

Version:

With the Selling Partner API for Merchant Fulfillment, you can build applications that sellers can use to purchase shipping for non-Prime and Prime orders using Amazon's Buy Shipping Services.

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