UNPKG

@lorenstuff/amazon-selling-partner-api

Version:

A package for interacting with the Amazon Selling Partner API.

23 lines (21 loc) 1.25 kB
// // Exports // export * from "./classes/AmazonSellingPartnerAPIClient.js"; export * from "./classes/AmazonSellingPartnerAPIError.js"; export * from "./classes/AmazonSellingPartnerAPlusContentAPIClient.js"; export * from "./classes/AmazonSellingPartnerListingsAPIClient.js"; export * from "./classes/AmazonSellingPartnerMerchantFulfillmentAPIClient.js"; export * from "./classes/AmazonSellingPartnerOrdersAPIClient.js"; export * from "./classes/AmazonSellingPartnerReportsAPIClient.js"; export * from "./classes/AmazonSellingPartnerShippingAPIClient.js"; export * from "./classes/AmazonSellingPartnerTokensAPIClient.js"; export * from "./classes/AmazonSellingPartnerUploadsAPIClient.js"; export * as APlusContentAPI from "./types/aplus-content-api/v2020-11-01.js"; export * as ListingsAPI from "./types/listings-api/v2021-08-01.js"; export * as MerchantFulfillmentAPI from "./types/merchant-fulfillment-api/v0.js"; export * as OrdersAPI from "./types/orders-api/v0.js"; export * as ReportsAPI from "./types/reports-api/v2021-06-30.js"; export * as ShippingAPI from "./types/shipping-api/v1.js"; export * as TokensAPI from "./types/tokens-api/v2021-03-01.js"; export * as UploadsAPI from "./types/uploads-api/v2020-11-01.js";