import { SellingPartnerCore } from "./SellingPartnerCore"; import type { SellingPartnerOptions } from "./types"; import { Aplus as aplusContentV20201101Aplus } from "./aplusContent/v20201101/Aplus"; import { Applications as applicationV20231130Applications } from "./application/v20231130/Applications"; import { Authorization as authorizationAuthorization } from "./authorization/Authorization"; import { Catalog as catalogItemsV0Catalog } from "./catalogItems/v0/Catalog"; import { Catalog as catalogItemsV20201201Catalog } from "./catalogItems/v20201201/Catalog"; import { Catalog as catalogItemsV20220401Catalog } from "./catalogItems/v20220401/Catalog"; import { DataKiosk as dataKioskV20231115DataKiosk } from "./dataKiosk/v20231115/DataKiosk"; import { EasyShip as easyShipV20220323EasyShip } from "./easyShip/v20220323/EasyShip"; import { Fba as fbaInboundFba } from "./fbaInbound/Fba"; import { Fba as fbaInventoryFba } from "./fbaInventory/Fba"; import { Fba as fbaSmallandLightFba } from "./fbaSmallandLight/Fba"; import { Feeds as feedsV20200904Feeds } from "./feeds/v20200904/Feeds"; import { Feeds as feedsV20210630Feeds } from "./feeds/v20210630/Feeds"; import { Finances as financesV0Finances } from "./finances/v0/Finances"; import { Fba as fulfillmentInboundV0Fba } from "./fulfillmentInbound/v0/Fba"; import { Listings as listingsItemsV20200901Listings } from "./listingsItems/v20200901/Listings"; import { Listings as listingsItemsV20210801Listings } from "./listingsItems/v20210801/Listings"; import { Listings as listingsRestrictionsV20210801Listings } from "./listingsRestrictions/v20210801/Listings"; import { Mfn as merchantFulfillmentV0Mfn } from "./merchantFulfillment/v0/Mfn"; import { Messaging as messagingMessaging } from "./messaging/Messaging"; import { Notifications as notificationsNotifications } from "./notifications/Notifications"; import { Orders as ordersV0Orders } from "./orders/v0/Orders"; import { Products as productFeesV0Products } from "./productFees/v0/Products"; import { Products as productPricingV0Products } from "./productPricing/v0/Products"; import { Batches as productPricingV0Batches } from "./productPricing/v0/Batches"; import { Batches as productPricingV20220501Batches } from "./productPricing/v20220501/Batches"; import { Definitions as definitionsProductTypesV20200901Definitions } from "./definitionsProductTypes/v20200901/Definitions"; import { Replenishment as replenishment20221107Replenishment } from "./replenishment-2022-11-07/Replenishment"; import { Reports as reportsV20200904Reports } from "./reports/v20200904/Reports"; import { Reports as reportsV20210630Reports } from "./reports/v20210630/Reports"; import { Sales as salesSales } from "./sales/Sales"; import { Sellers as sellersSellers } from "./sellers/Sellers"; import { Service as servicesService } from "./services/Service"; import { Fba as shipmentInvoicingV0Fba } from "./shipmentInvoicing/v0/Fba"; import { Shipping as shippingV2Shipping } from "./shipping/v2/Shipping"; import { Shipping as shippingROOTShipping } from "./shipping/root/Shipping"; import { Solicitations as solicitationsSolicitations } from "./solicitations/Solicitations"; import { SupplySources as supplySourcesV20200701SupplySources } from "./supplySources/v20200701/SupplySources"; import { Tokens as tokensV20210301Tokens } from "./tokens/v20210301/Tokens"; import { Uploads as uploadsV20201101Uploads } from "./uploads/v20201101/Uploads"; import { Vendor as vendorDirectFulfillmentInventoryV1Vendor } from "./vendorDirectFulfillmentInventory/v1/Vendor"; import { Vendor as vendorDirectFulfillmentOrdersV1Vendor } from "./vendorDirectFulfillmentOrders/v1/Vendor"; import { Vendor as vendorDirectFulfillmentOrdersV20211228Vendor } from "./vendorDirectFulfillmentOrders/v20211228/Vendor"; import { Vendor as vendorDirectFulfillmentPaymentsV1Vendor } from "./vendorDirectFulfillmentPayments/v1/Vendor"; import { Vendor as vendorDirectFulfillmentSandboxDataV20211028Vendor } from "./vendorDirectFulfillmentSandboxData/v20211028/Vendor"; import { Vendor as vendorDirectFulfillmentShippingV1Vendor } from "./vendorDirectFulfillmentShipping/v1/Vendor"; import { Vendor as vendorDirectFulfillmentShippingV20211228Vendor } from "./vendorDirectFulfillmentShipping/v20211228/Vendor"; import { Vendor as vendorDirectFulfillmentTransactionsV1Vendor } from "./vendorDirectFulfillmentTransactions/v1/Vendor"; import { Vendor as vendorDirectFulfillmentTransactionsV20211228Vendor } from "./vendorDirectFulfillmentTransactions/v20211228/Vendor"; import { Vendor as vendorInvoicesVendor } from "./vendorInvoices/Vendor"; import { Vendor as vendorOrdersVendor } from "./vendorOrders/Vendor"; import { Vendor as vendorShipmentsVendor } from "./vendorShipments/Vendor"; import { Vendor as vendorTransactionStatusVendor } from "./vendorTransactionStatus/Vendor"; export declare class SellingPartner extends SellingPartnerCore { aplusContent: aplusContentV20201101Aplus; application: applicationV20231130Applications; authorization: authorizationAuthorization; catalogItems: { v0: catalogItemsV0Catalog; v20201201: catalogItemsV20201201Catalog; v20220401: catalogItemsV20220401Catalog; }; dataKiosk: dataKioskV20231115DataKiosk; easyShip: easyShipV20220323EasyShip; fbaInbound: fbaInboundFba; fbaInventory: fbaInventoryFba; fbaSmallandLight: fbaSmallandLightFba; feeds: { v20200904: feedsV20200904Feeds; v20210630: feedsV20210630Feeds; }; finances: financesV0Finances; fulfillmentInbound: fulfillmentInboundV0Fba; listingsItems: { v20200901: listingsItemsV20200901Listings; v20210801: listingsItemsV20210801Listings; }; listingsRestrictions: listingsRestrictionsV20210801Listings; merchantFulfillment: merchantFulfillmentV0Mfn; messaging: messagingMessaging; notifications: notificationsNotifications; orders: ordersV0Orders; productFees: productFeesV0Products; productPricing: { v0Products: productPricingV0Products; v0Batches: productPricingV0Batches; v20220501: productPricingV20220501Batches; }; definitionsProductTypes: definitionsProductTypesV20200901Definitions; replenishment20221107: replenishment20221107Replenishment; reports: { v20200904: reportsV20200904Reports; v20210630: reportsV20210630Reports; }; sales: salesSales; sellers: sellersSellers; services: servicesService; shipmentInvoicing: shipmentInvoicingV0Fba; shipping: { v2: shippingV2Shipping; root: shippingROOTShipping; }; solicitations: solicitationsSolicitations; supplySources: supplySourcesV20200701SupplySources; tokens: tokensV20210301Tokens; uploads: uploadsV20201101Uploads; vendorDirectFulfillmentInventory: vendorDirectFulfillmentInventoryV1Vendor; vendorDirectFulfillmentOrders: { v1: vendorDirectFulfillmentOrdersV1Vendor; v20211228: vendorDirectFulfillmentOrdersV20211228Vendor; }; vendorDirectFulfillmentPayments: vendorDirectFulfillmentPaymentsV1Vendor; vendorDirectFulfillmentSandboxData: vendorDirectFulfillmentSandboxDataV20211028Vendor; vendorDirectFulfillmentShipping: { v1: vendorDirectFulfillmentShippingV1Vendor; v20211228: vendorDirectFulfillmentShippingV20211228Vendor; }; vendorDirectFulfillmentTransactions: { v1: vendorDirectFulfillmentTransactionsV1Vendor; v20211228: vendorDirectFulfillmentTransactionsV20211228Vendor; }; vendorInvoices: vendorInvoicesVendor; vendorOrders: vendorOrdersVendor; vendorShipments: vendorShipmentsVendor; vendorTransactionStatus: vendorTransactionStatusVendor; constructor(options: SellingPartnerOptions); }