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) • 605 B
import { CreateContainerLabelApi, CustomerInvoicesApi, VendorShippingApi, VendorShippingLabelsApi } from '../api-models/vendor-direct-fulfillment-shipping-api-model-v20211228'; import { APIConfigurationParameters } from '../types/api-clients/api-configuration-parameters'; export declare class VendorDirectFulfillmentShippingApiClientV20211228 extends CreateContainerLabelApi { constructor(parameters: APIConfigurationParameters); } export interface VendorDirectFulfillmentShippingApiClientV20211228 extends CreateContainerLabelApi, CustomerInvoicesApi, VendorShippingApi, VendorShippingLabelsApi { }