UNPKG

@sp-api-sdk/orders-api-v0

Version:

Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support too

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