UNPKG

@sp-api-sdk/shipment-invoicing-api-v0

Version:

The Selling Partner API for Shipment Invoicing helps you programmatically retrieve shipment invoice information in the Brazil marketplace for a selling partner’s Fulfillment by Amazon (FBA) orders.

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