@sp-api-sdk/product-pricing-api-v0 1.11.0 → 1.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/cjs/src/api-model/api/product-pricing-api.js +6 -6
  2. package/dist/cjs/src/api-model/models/condition-type.js +7 -8
  3. package/dist/cjs/src/api-model/models/customer-type.js +4 -5
  4. package/dist/cjs/src/api-model/models/detailed-shipping-time-type.js +5 -10
  5. package/dist/cjs/src/api-model/models/fulfillment-channel-type.js +4 -5
  6. package/dist/cjs/src/api-model/models/http-method.js +7 -8
  7. package/dist/cjs/src/api-model/models/item-condition.js +7 -8
  8. package/dist/cjs/src/api-model/models/offer-customer-type.js +4 -5
  9. package/dist/cjs/src/api-model/models/quantity-discount-type.js +3 -4
  10. package/dist/es/src/api-model/api/product-pricing-api.js +6 -6
  11. package/dist/es/src/api-model/models/condition-type.js +7 -8
  12. package/dist/es/src/api-model/models/customer-type.js +4 -5
  13. package/dist/es/src/api-model/models/detailed-shipping-time-type.js +5 -10
  14. package/dist/es/src/api-model/models/fulfillment-channel-type.js +4 -5
  15. package/dist/es/src/api-model/models/http-method.js +7 -8
  16. package/dist/es/src/api-model/models/item-condition.js +7 -8
  17. package/dist/es/src/api-model/models/offer-customer-type.js +4 -5
  18. package/dist/es/src/api-model/models/quantity-discount-type.js +3 -4
  19. package/dist/types/src/api-model/api/product-pricing-api.d.ts +19 -19
  20. package/dist/types/src/api-model/base.d.ts +2 -2
  21. package/dist/types/src/api-model/common.d.ts +2 -2
  22. package/dist/types/src/api-model/models/asinidentifier.d.ts +2 -2
  23. package/dist/types/src/api-model/models/batch-offers-request-params.d.ts +3 -3
  24. package/dist/types/src/api-model/models/batch-offers-response.d.ts +3 -3
  25. package/dist/types/src/api-model/models/batch-request.d.ts +3 -3
  26. package/dist/types/src/api-model/models/buy-box-price-type.d.ts +9 -9
  27. package/dist/types/src/api-model/models/competitive-price-type.d.ts +9 -9
  28. package/dist/types/src/api-model/models/competitive-pricing-type.d.ts +3 -3
  29. package/dist/types/src/api-model/models/condition-type.d.ts +8 -7
  30. package/dist/types/src/api-model/models/customer-type.d.ts +5 -4
  31. package/dist/types/src/api-model/models/detailed-shipping-time-type.d.ts +10 -13
  32. package/dist/types/src/api-model/models/errors.d.ts +1 -1
  33. package/dist/types/src/api-model/models/fulfillment-channel-type.d.ts +5 -4
  34. package/dist/types/src/api-model/models/get-item-offers-batch-request.d.ts +1 -1
  35. package/dist/types/src/api-model/models/get-item-offers-batch-response.d.ts +1 -1
  36. package/dist/types/src/api-model/models/get-listing-offers-batch-request.d.ts +1 -1
  37. package/dist/types/src/api-model/models/get-listing-offers-batch-response.d.ts +1 -1
  38. package/dist/types/src/api-model/models/get-offers-http-status-line.d.ts +2 -2
  39. package/dist/types/src/api-model/models/get-offers-response.d.ts +2 -2
  40. package/dist/types/src/api-model/models/get-offers-result.d.ts +8 -8
  41. package/dist/types/src/api-model/models/get-pricing-response.d.ts +2 -2
  42. package/dist/types/src/api-model/models/http-method.d.ts +8 -7
  43. package/dist/types/src/api-model/models/http-response-headers.d.ts +2 -2
  44. package/dist/types/src/api-model/models/identifier-type.d.ts +2 -2
  45. package/dist/types/src/api-model/models/item-condition.d.ts +8 -7
  46. package/dist/types/src/api-model/models/item-identifier.d.ts +4 -4
  47. package/dist/types/src/api-model/models/item-offers-request-params-all-of.d.ts +1 -1
  48. package/dist/types/src/api-model/models/item-offers-response-all-of.d.ts +1 -1
  49. package/dist/types/src/api-model/models/listing-offers-request-params-all-of.d.ts +1 -1
  50. package/dist/types/src/api-model/models/listing-offers-response-all-of.d.ts +1 -1
  51. package/dist/types/src/api-model/models/lowest-price-type.d.ts +9 -9
  52. package/dist/types/src/api-model/models/model-error.d.ts +3 -3
  53. package/dist/types/src/api-model/models/money-type.d.ts +2 -2
  54. package/dist/types/src/api-model/models/offer-count-type.d.ts +3 -3
  55. package/dist/types/src/api-model/models/offer-customer-type.d.ts +5 -4
  56. package/dist/types/src/api-model/models/offer-detail.d.ts +16 -16
  57. package/dist/types/src/api-model/models/offer-listing-count-type.d.ts +2 -2
  58. package/dist/types/src/api-model/models/offer-type.d.ts +9 -9
  59. package/dist/types/src/api-model/models/points.d.ts +2 -2
  60. package/dist/types/src/api-model/models/price-type.d.ts +4 -4
  61. package/dist/types/src/api-model/models/price.d.ts +4 -4
  62. package/dist/types/src/api-model/models/prime-information-type.d.ts +2 -2
  63. package/dist/types/src/api-model/models/product.d.ts +6 -6
  64. package/dist/types/src/api-model/models/quantity-discount-price-type.d.ts +3 -3
  65. package/dist/types/src/api-model/models/quantity-discount-type.d.ts +4 -3
  66. package/dist/types/src/api-model/models/sales-rank-type.d.ts +2 -2
  67. package/dist/types/src/api-model/models/seller-feedback-type.d.ts +2 -2
  68. package/dist/types/src/api-model/models/seller-skuidentifier.d.ts +3 -3
  69. package/dist/types/src/api-model/models/ships-from-type.d.ts +2 -2
  70. package/dist/types/src/api-model/models/summary.d.ts +10 -10
  71. package/package.json +2 -2
@@ -67,7 +67,7 @@ const ProductPricingApiAxiosParamCreator = function (configuration) {
67
67
  if (customerType !== undefined) {
68
68
  localVarQueryParameter['CustomerType'] = customerType;
69
69
  }
70
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
70
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
71
71
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
72
72
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
73
73
  return {
@@ -111,7 +111,7 @@ const ProductPricingApiAxiosParamCreator = function (configuration) {
111
111
  if (customerType !== undefined) {
112
112
  localVarQueryParameter['CustomerType'] = customerType;
113
113
  }
114
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
114
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
115
115
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
116
116
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
117
117
  return {
@@ -139,7 +139,7 @@ const ProductPricingApiAxiosParamCreator = function (configuration) {
139
139
  const localVarHeaderParameter = {};
140
140
  const localVarQueryParameter = {};
141
141
  localVarHeaderParameter['Content-Type'] = 'application/json';
142
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
142
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
143
143
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
144
144
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
145
145
  localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(getItemOffersBatchRequestBody, localVarRequestOptions, configuration);
@@ -184,7 +184,7 @@ const ProductPricingApiAxiosParamCreator = function (configuration) {
184
184
  if (customerType !== undefined) {
185
185
  localVarQueryParameter['CustomerType'] = customerType;
186
186
  }
187
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
187
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
188
188
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
189
189
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
190
190
  return {
@@ -212,7 +212,7 @@ const ProductPricingApiAxiosParamCreator = function (configuration) {
212
212
  const localVarHeaderParameter = {};
213
213
  const localVarQueryParameter = {};
214
214
  localVarHeaderParameter['Content-Type'] = 'application/json';
215
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
215
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
216
216
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
217
217
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
218
218
  localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(getListingOffersBatchRequestBody, localVarRequestOptions, configuration);
@@ -265,7 +265,7 @@ const ProductPricingApiAxiosParamCreator = function (configuration) {
265
265
  if (offerType !== undefined) {
266
266
  localVarQueryParameter['OfferType'] = offerType;
267
267
  }
268
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query);
268
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
269
269
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
270
270
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
271
271
  return {
@@ -19,11 +19,10 @@ exports.ConditionType = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var ConditionType;
23
- (function (ConditionType) {
24
- ConditionType["New"] = "New";
25
- ConditionType["Used"] = "Used";
26
- ConditionType["Collectible"] = "Collectible";
27
- ConditionType["Refurbished"] = "Refurbished";
28
- ConditionType["Club"] = "Club";
29
- })(ConditionType = exports.ConditionType || (exports.ConditionType = {}));
22
+ exports.ConditionType = {
23
+ New: 'New',
24
+ Used: 'Used',
25
+ Collectible: 'Collectible',
26
+ Refurbished: 'Refurbished',
27
+ Club: 'Club'
28
+ };
@@ -19,8 +19,7 @@ exports.CustomerType = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var CustomerType;
23
- (function (CustomerType) {
24
- CustomerType["Consumer"] = "Consumer";
25
- CustomerType["Business"] = "Business";
26
- })(CustomerType = exports.CustomerType || (exports.CustomerType = {}));
22
+ exports.CustomerType = {
23
+ Consumer: 'Consumer',
24
+ Business: 'Business'
25
+ };
@@ -14,13 +14,8 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.DetailedShippingTimeTypeAvailabilityTypeEnum = void 0;
17
- /**
18
- * @export
19
- * @enum {string}
20
- */
21
- var DetailedShippingTimeTypeAvailabilityTypeEnum;
22
- (function (DetailedShippingTimeTypeAvailabilityTypeEnum) {
23
- DetailedShippingTimeTypeAvailabilityTypeEnum["Now"] = "NOW";
24
- DetailedShippingTimeTypeAvailabilityTypeEnum["FutureWithoutDate"] = "FUTURE_WITHOUT_DATE";
25
- DetailedShippingTimeTypeAvailabilityTypeEnum["FutureWithDate"] = "FUTURE_WITH_DATE";
26
- })(DetailedShippingTimeTypeAvailabilityTypeEnum = exports.DetailedShippingTimeTypeAvailabilityTypeEnum || (exports.DetailedShippingTimeTypeAvailabilityTypeEnum = {}));
17
+ exports.DetailedShippingTimeTypeAvailabilityTypeEnum = {
18
+ Now: 'NOW',
19
+ FutureWithoutDate: 'FUTURE_WITHOUT_DATE',
20
+ FutureWithDate: 'FUTURE_WITH_DATE'
21
+ };
@@ -19,8 +19,7 @@ exports.FulfillmentChannelType = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var FulfillmentChannelType;
23
- (function (FulfillmentChannelType) {
24
- FulfillmentChannelType["Amazon"] = "Amazon";
25
- FulfillmentChannelType["Merchant"] = "Merchant";
26
- })(FulfillmentChannelType = exports.FulfillmentChannelType || (exports.FulfillmentChannelType = {}));
22
+ exports.FulfillmentChannelType = {
23
+ Amazon: 'Amazon',
24
+ Merchant: 'Merchant'
25
+ };
@@ -19,11 +19,10 @@ exports.HttpMethod = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var HttpMethod;
23
- (function (HttpMethod) {
24
- HttpMethod["Get"] = "GET";
25
- HttpMethod["Put"] = "PUT";
26
- HttpMethod["Patch"] = "PATCH";
27
- HttpMethod["Delete"] = "DELETE";
28
- HttpMethod["Post"] = "POST";
29
- })(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {}));
22
+ exports.HttpMethod = {
23
+ Get: 'GET',
24
+ Put: 'PUT',
25
+ Patch: 'PATCH',
26
+ Delete: 'DELETE',
27
+ Post: 'POST'
28
+ };
@@ -19,11 +19,10 @@ exports.ItemCondition = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var ItemCondition;
23
- (function (ItemCondition) {
24
- ItemCondition["New"] = "New";
25
- ItemCondition["Used"] = "Used";
26
- ItemCondition["Collectible"] = "Collectible";
27
- ItemCondition["Refurbished"] = "Refurbished";
28
- ItemCondition["Club"] = "Club";
29
- })(ItemCondition = exports.ItemCondition || (exports.ItemCondition = {}));
22
+ exports.ItemCondition = {
23
+ New: 'New',
24
+ Used: 'Used',
25
+ Collectible: 'Collectible',
26
+ Refurbished: 'Refurbished',
27
+ Club: 'Club'
28
+ };
@@ -19,8 +19,7 @@ exports.OfferCustomerType = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var OfferCustomerType;
23
- (function (OfferCustomerType) {
24
- OfferCustomerType["B2C"] = "B2C";
25
- OfferCustomerType["B2B"] = "B2B";
26
- })(OfferCustomerType = exports.OfferCustomerType || (exports.OfferCustomerType = {}));
22
+ exports.OfferCustomerType = {
23
+ B2C: 'B2C',
24
+ B2B: 'B2B'
25
+ };
@@ -19,7 +19,6 @@ exports.QuantityDiscountType = void 0;
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- var QuantityDiscountType;
23
- (function (QuantityDiscountType) {
24
- QuantityDiscountType["QuantityDiscount"] = "QUANTITY_DISCOUNT";
25
- })(QuantityDiscountType = exports.QuantityDiscountType || (exports.QuantityDiscountType = {}));
22
+ exports.QuantityDiscountType = {
23
+ QuantityDiscount: 'QUANTITY_DISCOUNT'
24
+ };
@@ -63,7 +63,7 @@ export const ProductPricingApiAxiosParamCreator = function (configuration) {
63
63
  if (customerType !== undefined) {
64
64
  localVarQueryParameter['CustomerType'] = customerType;
65
65
  }
66
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
66
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
67
67
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
68
68
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
69
69
  return {
@@ -107,7 +107,7 @@ export const ProductPricingApiAxiosParamCreator = function (configuration) {
107
107
  if (customerType !== undefined) {
108
108
  localVarQueryParameter['CustomerType'] = customerType;
109
109
  }
110
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
110
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
111
111
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
112
112
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
113
113
  return {
@@ -135,7 +135,7 @@ export const ProductPricingApiAxiosParamCreator = function (configuration) {
135
135
  const localVarHeaderParameter = {};
136
136
  const localVarQueryParameter = {};
137
137
  localVarHeaderParameter['Content-Type'] = 'application/json';
138
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
138
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
139
139
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
140
140
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
141
141
  localVarRequestOptions.data = serializeDataIfNeeded(getItemOffersBatchRequestBody, localVarRequestOptions, configuration);
@@ -180,7 +180,7 @@ export const ProductPricingApiAxiosParamCreator = function (configuration) {
180
180
  if (customerType !== undefined) {
181
181
  localVarQueryParameter['CustomerType'] = customerType;
182
182
  }
183
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
183
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
184
184
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
185
185
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
186
186
  return {
@@ -208,7 +208,7 @@ export const ProductPricingApiAxiosParamCreator = function (configuration) {
208
208
  const localVarHeaderParameter = {};
209
209
  const localVarQueryParameter = {};
210
210
  localVarHeaderParameter['Content-Type'] = 'application/json';
211
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
211
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
212
212
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
213
213
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
214
214
  localVarRequestOptions.data = serializeDataIfNeeded(getListingOffersBatchRequestBody, localVarRequestOptions, configuration);
@@ -261,7 +261,7 @@ export const ProductPricingApiAxiosParamCreator = function (configuration) {
261
261
  if (offerType !== undefined) {
262
262
  localVarQueryParameter['OfferType'] = offerType;
263
263
  }
264
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
264
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
265
265
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
266
266
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
267
267
  return {
@@ -16,11 +16,10 @@
16
16
  * @export
17
17
  * @enum {string}
18
18
  */
19
- export var ConditionType;
20
- (function (ConditionType) {
21
- ConditionType["New"] = "New";
22
- ConditionType["Used"] = "Used";
23
- ConditionType["Collectible"] = "Collectible";
24
- ConditionType["Refurbished"] = "Refurbished";
25
- ConditionType["Club"] = "Club";
26
- })(ConditionType || (ConditionType = {}));
19
+ export const ConditionType = {
20
+ New: 'New',
21
+ Used: 'Used',
22
+ Collectible: 'Collectible',
23
+ Refurbished: 'Refurbished',
24
+ Club: 'Club'
25
+ };
@@ -16,8 +16,7 @@
16
16
  * @export
17
17
  * @enum {string}
18
18
  */
19
- export var CustomerType;
20
- (function (CustomerType) {
21
- CustomerType["Consumer"] = "Consumer";
22
- CustomerType["Business"] = "Business";
23
- })(CustomerType || (CustomerType = {}));
19
+ export const CustomerType = {
20
+ Consumer: 'Consumer',
21
+ Business: 'Business'
22
+ };
@@ -11,13 +11,8 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- /**
15
- * @export
16
- * @enum {string}
17
- */
18
- export var DetailedShippingTimeTypeAvailabilityTypeEnum;
19
- (function (DetailedShippingTimeTypeAvailabilityTypeEnum) {
20
- DetailedShippingTimeTypeAvailabilityTypeEnum["Now"] = "NOW";
21
- DetailedShippingTimeTypeAvailabilityTypeEnum["FutureWithoutDate"] = "FUTURE_WITHOUT_DATE";
22
- DetailedShippingTimeTypeAvailabilityTypeEnum["FutureWithDate"] = "FUTURE_WITH_DATE";
23
- })(DetailedShippingTimeTypeAvailabilityTypeEnum || (DetailedShippingTimeTypeAvailabilityTypeEnum = {}));
14
+ export const DetailedShippingTimeTypeAvailabilityTypeEnum = {
15
+ Now: 'NOW',
16
+ FutureWithoutDate: 'FUTURE_WITHOUT_DATE',
17
+ FutureWithDate: 'FUTURE_WITH_DATE'
18
+ };
@@ -16,8 +16,7 @@
16
16
  * @export
17
17
  * @enum {string}
18
18
  */
19
- export var FulfillmentChannelType;
20
- (function (FulfillmentChannelType) {
21
- FulfillmentChannelType["Amazon"] = "Amazon";
22
- FulfillmentChannelType["Merchant"] = "Merchant";
23
- })(FulfillmentChannelType || (FulfillmentChannelType = {}));
19
+ export const FulfillmentChannelType = {
20
+ Amazon: 'Amazon',
21
+ Merchant: 'Merchant'
22
+ };
@@ -16,11 +16,10 @@
16
16
  * @export
17
17
  * @enum {string}
18
18
  */
19
- export var HttpMethod;
20
- (function (HttpMethod) {
21
- HttpMethod["Get"] = "GET";
22
- HttpMethod["Put"] = "PUT";
23
- HttpMethod["Patch"] = "PATCH";
24
- HttpMethod["Delete"] = "DELETE";
25
- HttpMethod["Post"] = "POST";
26
- })(HttpMethod || (HttpMethod = {}));
19
+ export const HttpMethod = {
20
+ Get: 'GET',
21
+ Put: 'PUT',
22
+ Patch: 'PATCH',
23
+ Delete: 'DELETE',
24
+ Post: 'POST'
25
+ };
@@ -16,11 +16,10 @@
16
16
  * @export
17
17
  * @enum {string}
18
18
  */
19
- export var ItemCondition;
20
- (function (ItemCondition) {
21
- ItemCondition["New"] = "New";
22
- ItemCondition["Used"] = "Used";
23
- ItemCondition["Collectible"] = "Collectible";
24
- ItemCondition["Refurbished"] = "Refurbished";
25
- ItemCondition["Club"] = "Club";
26
- })(ItemCondition || (ItemCondition = {}));
19
+ export const ItemCondition = {
20
+ New: 'New',
21
+ Used: 'Used',
22
+ Collectible: 'Collectible',
23
+ Refurbished: 'Refurbished',
24
+ Club: 'Club'
25
+ };
@@ -16,8 +16,7 @@
16
16
  * @export
17
17
  * @enum {string}
18
18
  */
19
- export var OfferCustomerType;
20
- (function (OfferCustomerType) {
21
- OfferCustomerType["B2C"] = "B2C";
22
- OfferCustomerType["B2B"] = "B2B";
23
- })(OfferCustomerType || (OfferCustomerType = {}));
19
+ export const OfferCustomerType = {
20
+ B2C: 'B2C',
21
+ B2B: 'B2B'
22
+ };
@@ -16,7 +16,6 @@
16
16
  * @export
17
17
  * @enum {string}
18
18
  */
19
- export var QuantityDiscountType;
20
- (function (QuantityDiscountType) {
21
- QuantityDiscountType["QuantityDiscount"] = "QUANTITY_DISCOUNT";
22
- })(QuantityDiscountType || (QuantityDiscountType = {}));
19
+ export const QuantityDiscountType = {
20
+ QuantityDiscount: 'QUANTITY_DISCOUNT'
21
+ };
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AxiosPromise, AxiosInstance } from 'axios';
12
+ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
13
  import { Configuration } from '../configuration';
14
14
  import { RequestArgs, BaseAPI } from '../base';
15
15
  import { GetItemOffersBatchRequest } from '../models';
@@ -33,7 +33,7 @@ export declare const ProductPricingApiAxiosParamCreator: (configuration?: Config
33
33
  * @param {*} [options] Override http request option.
34
34
  * @throws {RequiredError}
35
35
  */
36
- getCompetitivePricing: (marketplaceId: string, itemType: 'Asin' | 'Sku', asins?: string[] | undefined, skus?: string[] | undefined, customerType?: "Consumer" | "Business" | undefined, options?: any) => Promise<RequestArgs>;
36
+ getCompetitivePricing: (marketplaceId: string, itemType: 'Asin' | 'Sku', asins?: string[] | undefined, skus?: string[] | undefined, customerType?: "Consumer" | "Business" | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
37
37
  /**
38
38
  * Returns the lowest priced offers for a single item based on ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
39
39
  * @param {string} marketplaceId A marketplace identifier. Specifies the marketplace for which prices are returned.
@@ -43,14 +43,14 @@ export declare const ProductPricingApiAxiosParamCreator: (configuration?: Config
43
43
  * @param {*} [options] Override http request option.
44
44
  * @throws {RequiredError}
45
45
  */
46
- getItemOffers: (marketplaceId: string, itemCondition: 'New' | 'Used' | 'Collectible' | 'Refurbished' | 'Club', asin: string, customerType?: "Consumer" | "Business" | undefined, options?: any) => Promise<RequestArgs>;
46
+ getItemOffers: (marketplaceId: string, itemCondition: 'New' | 'Used' | 'Collectible' | 'Refurbished' | 'Club', asin: string, customerType?: "Consumer" | "Business" | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
47
47
  /**
48
48
  * Returns the lowest priced offers for a batch of items based on ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | .5 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
49
49
  * @param {GetItemOffersBatchRequest} getItemOffersBatchRequestBody
50
50
  * @param {*} [options] Override http request option.
51
51
  * @throws {RequiredError}
52
52
  */
53
- getItemOffersBatch: (getItemOffersBatchRequestBody: GetItemOffersBatchRequest, options?: any) => Promise<RequestArgs>;
53
+ getItemOffersBatch: (getItemOffersBatchRequestBody: GetItemOffersBatchRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
54
54
  /**
55
55
  * Returns the lowest priced offers for a single SKU listing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
56
56
  * @param {string} marketplaceId A marketplace identifier. Specifies the marketplace for which prices are returned.
@@ -60,14 +60,14 @@ export declare const ProductPricingApiAxiosParamCreator: (configuration?: Config
60
60
  * @param {*} [options] Override http request option.
61
61
  * @throws {RequiredError}
62
62
  */
63
- getListingOffers: (marketplaceId: string, itemCondition: 'New' | 'Used' | 'Collectible' | 'Refurbished' | 'Club', sellerSKU: string, customerType?: "Consumer" | "Business" | undefined, options?: any) => Promise<RequestArgs>;
63
+ getListingOffers: (marketplaceId: string, itemCondition: 'New' | 'Used' | 'Collectible' | 'Refurbished' | 'Club', sellerSKU: string, customerType?: "Consumer" | "Business" | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
64
64
  /**
65
65
  * Returns the lowest priced offers for a batch of listings by SKU. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | .5 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
66
66
  * @param {GetListingOffersBatchRequest} getListingOffersBatchRequestBody
67
67
  * @param {*} [options] Override http request option.
68
68
  * @throws {RequiredError}
69
69
  */
70
- getListingOffersBatch: (getListingOffersBatchRequestBody: GetListingOffersBatchRequest, options?: any) => Promise<RequestArgs>;
70
+ getListingOffersBatch: (getListingOffersBatchRequestBody: GetListingOffersBatchRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
71
71
  /**
72
72
  * Returns pricing information for a seller\'s offer listings based on seller SKU or ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
73
73
  * @param {string} marketplaceId A marketplace identifier. Specifies the marketplace for which prices are returned.
@@ -79,7 +79,7 @@ export declare const ProductPricingApiAxiosParamCreator: (configuration?: Config
79
79
  * @param {*} [options] Override http request option.
80
80
  * @throws {RequiredError}
81
81
  */
82
- getPricing: (marketplaceId: string, itemType: 'Asin' | 'Sku', asins?: string[] | undefined, skus?: string[] | undefined, itemCondition?: "New" | "Used" | "Collectible" | "Refurbished" | "Club" | undefined, offerType?: "B2C" | "B2B" | undefined, options?: any) => Promise<RequestArgs>;
82
+ getPricing: (marketplaceId: string, itemType: 'Asin' | 'Sku', asins?: string[] | undefined, skus?: string[] | undefined, itemCondition?: "New" | "Used" | "Collectible" | "Refurbished" | "Club" | undefined, offerType?: "B2C" | "B2B" | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
83
83
  };
84
84
  /**
85
85
  * ProductPricingApi - functional programming interface
@@ -96,7 +96,7 @@ export declare const ProductPricingApiFp: (configuration?: Configuration | undef
96
96
  * @param {*} [options] Override http request option.
97
97
  * @throws {RequiredError}
98
98
  */
99
- getCompetitivePricing(marketplaceId: string, itemType: 'Asin' | 'Sku', asins?: string[] | undefined, skus?: string[] | undefined, customerType?: "Consumer" | "Business" | undefined, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetPricingResponse>>;
99
+ getCompetitivePricing(marketplaceId: string, itemType: 'Asin' | 'Sku', asins?: string[] | undefined, skus?: string[] | undefined, customerType?: "Consumer" | "Business" | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetPricingResponse>>;
100
100
  /**
101
101
  * Returns the lowest priced offers for a single item based on ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
102
102
  * @param {string} marketplaceId A marketplace identifier. Specifies the marketplace for which prices are returned.
@@ -106,14 +106,14 @@ export declare const ProductPricingApiFp: (configuration?: Configuration | undef
106
106
  * @param {*} [options] Override http request option.
107
107
  * @throws {RequiredError}
108
108
  */
109
- getItemOffers(marketplaceId: string, itemCondition: 'New' | 'Used' | 'Collectible' | 'Refurbished' | 'Club', asin: string, customerType?: "Consumer" | "Business" | undefined, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetOffersResponse>>;
109
+ getItemOffers(marketplaceId: string, itemCondition: 'New' | 'Used' | 'Collectible' | 'Refurbished' | 'Club', asin: string, customerType?: "Consumer" | "Business" | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetOffersResponse>>;
110
110
  /**
111
111
  * Returns the lowest priced offers for a batch of items based on ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | .5 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
112
112
  * @param {GetItemOffersBatchRequest} getItemOffersBatchRequestBody
113
113
  * @param {*} [options] Override http request option.
114
114
  * @throws {RequiredError}
115
115
  */
116
- getItemOffersBatch(getItemOffersBatchRequestBody: GetItemOffersBatchRequest, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetItemOffersBatchResponse>>;
116
+ getItemOffersBatch(getItemOffersBatchRequestBody: GetItemOffersBatchRequest, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetItemOffersBatchResponse>>;
117
117
  /**
118
118
  * Returns the lowest priced offers for a single SKU listing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
119
119
  * @param {string} marketplaceId A marketplace identifier. Specifies the marketplace for which prices are returned.
@@ -123,14 +123,14 @@ export declare const ProductPricingApiFp: (configuration?: Configuration | undef
123
123
  * @param {*} [options] Override http request option.
124
124
  * @throws {RequiredError}
125
125
  */
126
- getListingOffers(marketplaceId: string, itemCondition: 'New' | 'Used' | 'Collectible' | 'Refurbished' | 'Club', sellerSKU: string, customerType?: "Consumer" | "Business" | undefined, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetOffersResponse>>;
126
+ getListingOffers(marketplaceId: string, itemCondition: 'New' | 'Used' | 'Collectible' | 'Refurbished' | 'Club', sellerSKU: string, customerType?: "Consumer" | "Business" | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetOffersResponse>>;
127
127
  /**
128
128
  * Returns the lowest priced offers for a batch of listings by SKU. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | .5 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
129
129
  * @param {GetListingOffersBatchRequest} getListingOffersBatchRequestBody
130
130
  * @param {*} [options] Override http request option.
131
131
  * @throws {RequiredError}
132
132
  */
133
- getListingOffersBatch(getListingOffersBatchRequestBody: GetListingOffersBatchRequest, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetListingOffersBatchResponse>>;
133
+ getListingOffersBatch(getListingOffersBatchRequestBody: GetListingOffersBatchRequest, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetListingOffersBatchResponse>>;
134
134
  /**
135
135
  * Returns pricing information for a seller\'s offer listings based on seller SKU or ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
136
136
  * @param {string} marketplaceId A marketplace identifier. Specifies the marketplace for which prices are returned.
@@ -142,7 +142,7 @@ export declare const ProductPricingApiFp: (configuration?: Configuration | undef
142
142
  * @param {*} [options] Override http request option.
143
143
  * @throws {RequiredError}
144
144
  */
145
- getPricing(marketplaceId: string, itemType: 'Asin' | 'Sku', asins?: string[] | undefined, skus?: string[] | undefined, itemCondition?: "New" | "Used" | "Collectible" | "Refurbished" | "Club" | undefined, offerType?: "B2C" | "B2B" | undefined, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetPricingResponse>>;
145
+ getPricing(marketplaceId: string, itemType: 'Asin' | 'Sku', asins?: string[] | undefined, skus?: string[] | undefined, itemCondition?: "New" | "Used" | "Collectible" | "Refurbished" | "Club" | undefined, offerType?: "B2C" | "B2B" | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetPricingResponse>>;
146
146
  };
147
147
  /**
148
148
  * ProductPricingApi - factory interface
@@ -389,7 +389,7 @@ export declare class ProductPricingApi extends BaseAPI {
389
389
  * @throws {RequiredError}
390
390
  * @memberof ProductPricingApi
391
391
  */
392
- getCompetitivePricing(requestParameters: ProductPricingApiGetCompetitivePricingRequest, options?: any): Promise<import("axios").AxiosResponse<GetPricingResponse, any>>;
392
+ getCompetitivePricing(requestParameters: ProductPricingApiGetCompetitivePricingRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPricingResponse, any>>;
393
393
  /**
394
394
  * Returns the lowest priced offers for a single item based on ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
395
395
  * @param {ProductPricingApiGetItemOffersRequest} requestParameters Request parameters.
@@ -397,7 +397,7 @@ export declare class ProductPricingApi extends BaseAPI {
397
397
  * @throws {RequiredError}
398
398
  * @memberof ProductPricingApi
399
399
  */
400
- getItemOffers(requestParameters: ProductPricingApiGetItemOffersRequest, options?: any): Promise<import("axios").AxiosResponse<GetOffersResponse, any>>;
400
+ getItemOffers(requestParameters: ProductPricingApiGetItemOffersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetOffersResponse, any>>;
401
401
  /**
402
402
  * Returns the lowest priced offers for a batch of items based on ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | .5 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
403
403
  * @param {ProductPricingApiGetItemOffersBatchRequest} requestParameters Request parameters.
@@ -405,7 +405,7 @@ export declare class ProductPricingApi extends BaseAPI {
405
405
  * @throws {RequiredError}
406
406
  * @memberof ProductPricingApi
407
407
  */
408
- getItemOffersBatch(requestParameters: ProductPricingApiGetItemOffersBatchRequest, options?: any): Promise<import("axios").AxiosResponse<GetItemOffersBatchResponse, any>>;
408
+ getItemOffersBatch(requestParameters: ProductPricingApiGetItemOffersBatchRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetItemOffersBatchResponse, any>>;
409
409
  /**
410
410
  * Returns the lowest priced offers for a single SKU listing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
411
411
  * @param {ProductPricingApiGetListingOffersRequest} requestParameters Request parameters.
@@ -413,7 +413,7 @@ export declare class ProductPricingApi extends BaseAPI {
413
413
  * @throws {RequiredError}
414
414
  * @memberof ProductPricingApi
415
415
  */
416
- getListingOffers(requestParameters: ProductPricingApiGetListingOffersRequest, options?: any): Promise<import("axios").AxiosResponse<GetOffersResponse, any>>;
416
+ getListingOffers(requestParameters: ProductPricingApiGetListingOffersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetOffersResponse, any>>;
417
417
  /**
418
418
  * Returns the lowest priced offers for a batch of listings by SKU. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | .5 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
419
419
  * @param {ProductPricingApiGetListingOffersBatchRequest} requestParameters Request parameters.
@@ -421,7 +421,7 @@ export declare class ProductPricingApi extends BaseAPI {
421
421
  * @throws {RequiredError}
422
422
  * @memberof ProductPricingApi
423
423
  */
424
- getListingOffersBatch(requestParameters: ProductPricingApiGetListingOffersBatchRequest, options?: any): Promise<import("axios").AxiosResponse<GetListingOffersBatchResponse, any>>;
424
+ getListingOffersBatch(requestParameters: ProductPricingApiGetListingOffersBatchRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetListingOffersBatchResponse, any>>;
425
425
  /**
426
426
  * Returns pricing information for a seller\'s offer listings based on seller SKU or ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
427
427
  * @param {ProductPricingApiGetPricingRequest} requestParameters Request parameters.
@@ -429,5 +429,5 @@ export declare class ProductPricingApi extends BaseAPI {
429
429
  * @throws {RequiredError}
430
430
  * @memberof ProductPricingApi
431
431
  */
432
- getPricing(requestParameters: ProductPricingApiGetPricingRequest, options?: any): Promise<import("axios").AxiosResponse<GetPricingResponse, any>>;
432
+ getPricing(requestParameters: ProductPricingApiGetPricingRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPricingResponse, any>>;
433
433
  }
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { Configuration } from "./configuration";
13
- import { AxiosInstance } from 'axios';
13
+ import { AxiosInstance, AxiosRequestConfig } from 'axios';
14
14
  export declare const BASE_PATH: string;
15
15
  /**
16
16
  *
@@ -29,7 +29,7 @@ export declare const COLLECTION_FORMATS: {
29
29
  */
30
30
  export interface RequestArgs {
31
31
  url: string;
32
- options: any;
32
+ options: AxiosRequestConfig;
33
33
  }
34
34
  /**
35
35
  *
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import { Configuration } from "./configuration";
13
13
  import { RequestArgs } from "./base";
14
- import { AxiosInstance } from 'axios';
14
+ import { AxiosInstance, AxiosResponse } from 'axios';
15
15
  /**
16
16
  *
17
17
  * @export
@@ -62,4 +62,4 @@ export declare const toPathString: (url: URL) => string;
62
62
  *
63
63
  * @export
64
64
  */
65
- export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration | undefined) => (axios?: AxiosInstance, basePath?: string) => Promise<import("axios").AxiosResponse<any, any>>;
65
+ export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration | undefined) => <T = unknown, R = AxiosResponse<T, any>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
@@ -20,11 +20,11 @@ export interface ASINIdentifier {
20
20
  * @type {string}
21
21
  * @memberof ASINIdentifier
22
22
  */
23
- MarketplaceId: string;
23
+ 'MarketplaceId': string;
24
24
  /**
25
25
  * The Amazon Standard Identification Number (ASIN) of the item.
26
26
  * @type {string}
27
27
  * @memberof ASINIdentifier
28
28
  */
29
- ASIN: string;
29
+ 'ASIN': string;
30
30
  }