@sp-api-sdk/vendor-direct-fulfillment-inventory-api-v1
Version:
The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor's inventory updates.
7 lines (6 loc) • 362 B
TypeScript
import { type ClientConfiguration, type RateLimit } from '@sp-api-sdk/common';
import { VendorDirectFulfillmentInventoryApi } from './api-model';
export declare const clientRateLimits: RateLimit[];
export declare class VendorDirectFulfillmentInventoryApiClient extends VendorDirectFulfillmentInventoryApi {
constructor(configuration: ClientConfiguration);
}