@@ -118,44 +118,44 @@ private void Init(AmazonCredential Credentials)
118118
119119 this . Credentials = Credentials ;
120120
121- this . _Authorization = new AuthorizationService ( this . Credentials ) ;
122- this . _AppIntegrationsServiceV20240401 = new AppIntegrationsServiceV20240401 ( this . Credentials ) ;
123- this . _Orders = new OrderService ( this . Credentials ) ;
124- this . _Reports = new ReportService ( this . Credentials ) ;
125- this . _Solicitations = new SolicitationService ( this . Credentials ) ;
126- this . _Financials = new FinancialService ( this . Credentials ) ;
127- this . _CatalogItems = new CatalogItemService ( this . Credentials ) ;
128- this . _ProductPricing = new ProductPricingService ( this . Credentials ) ;
121+ this . _Authorization = new AuthorizationService ( this . Credentials , _loggerFactory ) ;
122+ this . _AppIntegrationsServiceV20240401 = new AppIntegrationsServiceV20240401 ( this . Credentials , _loggerFactory ) ;
123+ this . _Orders = new OrderService ( this . Credentials , _loggerFactory ) ;
124+ this . _Reports = new ReportService ( this . Credentials , _loggerFactory ) ;
125+ this . _Solicitations = new SolicitationService ( this . Credentials , _loggerFactory ) ;
126+ this . _Financials = new FinancialService ( this . Credentials , _loggerFactory ) ;
127+ this . _CatalogItems = new CatalogItemService ( this . Credentials , _loggerFactory ) ;
128+ this . _ProductPricing = new ProductPricingService ( this . Credentials , _loggerFactory ) ;
129129
130- this . _FbaInbound = new FbaInboundService ( this . Credentials , this . RateLimitingHandler ) ;
131- this . _FbaInventory = new FbaInventoryService ( this . Credentials , this . RateLimitingHandler ) ;
132- this . _FbaOutbound = new FbaOutboundService ( this . Credentials , this . RateLimitingHandler ) ;
133- this . _FbaSmallandLight = new FbaSmallandLightService ( this . Credentials , this . RateLimitingHandler ) ;
134- this . _FbaInboundEligibility = new FbaInboundEligibilityService ( this . Credentials , this . RateLimitingHandler ) ;
135- this . _EasyShip20220323 = new EasyShip20220323Service ( this . Credentials , this . RateLimitingHandler ) ;
136- this . _AplusContent = new AplusContentService ( this . Credentials , this . RateLimitingHandler ) ;
137- this . _Feed = new FeedService ( this . Credentials , this . RateLimitingHandler ) ;
130+ this . _FbaInbound = new FbaInboundService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
131+ this . _FbaInventory = new FbaInventoryService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
132+ this . _FbaOutbound = new FbaOutboundService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
133+ this . _FbaSmallandLight = new FbaSmallandLightService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
134+ this . _FbaInboundEligibility = new FbaInboundEligibilityService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
135+ this . _EasyShip20220323 = new EasyShip20220323Service ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
136+ this . _AplusContent = new AplusContentService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
137+ this . _Feed = new FeedService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
138138 this . _ListingsItem = new ListingsItemService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
139- this . _Restrictions = new RestrictionService ( this . Credentials , this . RateLimitingHandler ) ;
140- this . _MerchantFulfillment = new MerchantFulfillmentService ( this . Credentials , this . RateLimitingHandler ) ;
141- this . _Messaging = new MessagingService ( this . Credentials , this . RateLimitingHandler ) ;
142- this . _Notification = new NotificationService ( this . Credentials , this . RateLimitingHandler ) ;
143- this . _ProductFee = new ProductFeeService ( this . Credentials , this . RateLimitingHandler ) ;
144- this . _ProductType = new ProductTypeService ( this . Credentials , this . RateLimitingHandler ) ;
145- this . _Sales = new SalesService ( this . Credentials , this . RateLimitingHandler ) ;
146- this . _Seller = new SellerService ( this . Credentials , this . RateLimitingHandler ) ;
147- this . _Services = new ServicesService ( this . Credentials , this . RateLimitingHandler ) ;
148- this . _ShipmentInvoicing = new ShipmentInvoicingService ( this . Credentials , this . RateLimitingHandler ) ;
149- this . _Shipping = new ShippingService ( this . Credentials , this . RateLimitingHandler ) ;
150- this . _ShippingV2 = new ShippingServiceV2 ( this . Credentials , this . RateLimitingHandler ) ;
151- this . _Upload = new UploadService ( this . Credentials , this . RateLimitingHandler ) ;
152- this . _Tokens = new TokenService ( this . Credentials , this . RateLimitingHandler ) ;
153- this . _FulFillmentInbound = new FulFillmentInboundService ( this . Credentials , this . RateLimitingHandler ) ;
154- this . _FulFillmentInboundv20240320 = new FulFillmentInboundServicev20240320 ( this . Credentials , this . RateLimitingHandler ) ;
155- this . _FulFillmentOutbound = new FulFillmentOutboundService ( this . Credentials , this . RateLimitingHandler ) ;
156- this . _VendorDirectFulfillmentOrders = new VendorDirectFulfillmentOrderService ( this . Credentials , this . RateLimitingHandler ) ;
157- this . _VendorOrders = new VendorOrderService ( this . Credentials , this . RateLimitingHandler ) ;
158- this . _VendorTransactionStatus = new VendorTransactionStatusService ( this . Credentials , this . RateLimitingHandler ) ;
139+ this . _Restrictions = new RestrictionService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
140+ this . _MerchantFulfillment = new MerchantFulfillmentService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
141+ this . _Messaging = new MessagingService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
142+ this . _Notification = new NotificationService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
143+ this . _ProductFee = new ProductFeeService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
144+ this . _ProductType = new ProductTypeService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
145+ this . _Sales = new SalesService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
146+ this . _Seller = new SellerService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
147+ this . _Services = new ServicesService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
148+ this . _ShipmentInvoicing = new ShipmentInvoicingService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
149+ this . _Shipping = new ShippingService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
150+ this . _ShippingV2 = new ShippingServiceV2 ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
151+ this . _Upload = new UploadService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
152+ this . _Tokens = new TokenService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
153+ this . _FulFillmentInbound = new FulFillmentInboundService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
154+ this . _FulFillmentInboundv20240320 = new FulFillmentInboundServicev20240320 ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
155+ this . _FulFillmentOutbound = new FulFillmentOutboundService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
156+ this . _VendorDirectFulfillmentOrders = new VendorDirectFulfillmentOrderService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
157+ this . _VendorOrders = new VendorOrderService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
158+ this . _VendorTransactionStatus = new VendorTransactionStatusService ( this . Credentials , _loggerFactory , this . RateLimitingHandler ) ;
159159
160160 AmazonCredential . DebugMode = this . Credentials . IsDebugMode ;
161161 }
0 commit comments