UNPKG

@scaleleap/selling-partner-api-sdk

Version:

📦 A fully typed TypeScript and Node.js SDK library for Amazon Selling Partner API

8 lines (7 loc) • 523 B
import { CustomerInvoicesApi, VendorShippingApi, VendorShippingLabelsApi } from '../api-models/vendor-direct-fulfillment-shipping-api-model'; import { APIConfigurationParameters } from '../types/api-clients/api-configuration-parameters'; export declare class VendorDirectFulfillmentShippingApiClient extends CustomerInvoicesApi { constructor(parameters: APIConfigurationParameters); } export interface VendorDirectFulfillmentShippingApiClient extends CustomerInvoicesApi, VendorShippingApi, VendorShippingLabelsApi { }