@sp-api-sdk/product-pricing-api-2022-05-01 2.0.0 → 2.1.0

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 (128) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/src/api-model/api/product-pricing-api.js +63 -5
  3. package/dist/cjs/src/api-model/api.js +1 -1
  4. package/dist/cjs/src/api-model/base.js +1 -1
  5. package/dist/cjs/src/api-model/common.js +1 -1
  6. package/dist/cjs/src/api-model/configuration.js +1 -1
  7. package/dist/cjs/src/api-model/index.js +1 -1
  8. package/dist/cjs/src/api-model/models/batch-request.js +1 -1
  9. package/dist/cjs/src/api-model/models/batch-response.js +1 -1
  10. package/dist/cjs/src/api-model/models/competitive-summary-batch-request.js +15 -0
  11. package/dist/cjs/src/api-model/models/competitive-summary-batch-response.js +15 -0
  12. package/dist/cjs/src/api-model/models/competitive-summary-included-data.js +24 -0
  13. package/dist/cjs/src/api-model/models/competitive-summary-request.js +15 -0
  14. package/dist/cjs/src/api-model/models/competitive-summary-response-body.js +15 -0
  15. package/dist/cjs/src/api-model/models/competitive-summary-response.js +15 -0
  16. package/dist/cjs/src/api-model/models/condition.js +1 -1
  17. package/dist/cjs/src/api-model/models/errors.js +1 -1
  18. package/dist/cjs/src/api-model/models/featured-buying-option.js +19 -0
  19. package/dist/cjs/src/api-model/models/featured-offer-expected-price-request-params.js +1 -1
  20. package/dist/cjs/src/api-model/models/featured-offer-expected-price-request.js +1 -1
  21. package/dist/cjs/src/api-model/models/featured-offer-expected-price-response-all-of.js +1 -1
  22. package/dist/cjs/src/api-model/models/featured-offer-expected-price-response-body.js +1 -1
  23. package/dist/cjs/src/api-model/models/featured-offer-expected-price-response.js +1 -1
  24. package/dist/cjs/src/api-model/models/featured-offer-expected-price-result.js +1 -1
  25. package/dist/cjs/src/api-model/models/featured-offer-expected-price.js +1 -1
  26. package/dist/cjs/src/api-model/models/featured-offer-segment.js +20 -0
  27. package/dist/cjs/src/api-model/models/featured-offer.js +1 -1
  28. package/dist/cjs/src/api-model/models/fulfillment-type.js +1 -1
  29. package/dist/cjs/src/api-model/models/get-featured-offer-expected-price-batch-request.js +1 -1
  30. package/dist/cjs/src/api-model/models/get-featured-offer-expected-price-batch-response.js +1 -1
  31. package/dist/cjs/src/api-model/models/http-method.js +1 -1
  32. package/dist/cjs/src/api-model/models/http-status-line.js +1 -1
  33. package/dist/cjs/src/api-model/models/index.js +13 -0
  34. package/dist/cjs/src/api-model/models/model-error.js +1 -1
  35. package/dist/cjs/src/api-model/models/money-type.js +1 -1
  36. package/dist/cjs/src/api-model/models/offer-identifier.js +1 -1
  37. package/dist/cjs/src/api-model/models/offer.js +15 -0
  38. package/dist/cjs/src/api-model/models/points.js +1 -1
  39. package/dist/cjs/src/api-model/models/price.js +1 -1
  40. package/dist/cjs/src/api-model/models/segment-details.js +15 -0
  41. package/dist/cjs/src/api-model/models/segmented-featured-offer-all-of.js +15 -0
  42. package/dist/cjs/src/api-model/models/segmented-featured-offer.js +15 -0
  43. package/dist/cjs/src/api-model/models/shipping-option.js +19 -0
  44. package/dist/es/src/api-model/api/product-pricing-api.js +63 -5
  45. package/dist/es/src/api-model/api.js +1 -1
  46. package/dist/es/src/api-model/base.js +1 -1
  47. package/dist/es/src/api-model/common.js +1 -1
  48. package/dist/es/src/api-model/configuration.js +1 -1
  49. package/dist/es/src/api-model/index.js +1 -1
  50. package/dist/es/src/api-model/models/batch-request.js +1 -1
  51. package/dist/es/src/api-model/models/batch-response.js +1 -1
  52. package/dist/es/src/api-model/models/competitive-summary-batch-request.js +14 -0
  53. package/dist/es/src/api-model/models/competitive-summary-batch-response.js +14 -0
  54. package/dist/es/src/api-model/models/competitive-summary-included-data.js +21 -0
  55. package/dist/es/src/api-model/models/competitive-summary-request.js +14 -0
  56. package/dist/es/src/api-model/models/competitive-summary-response-body.js +14 -0
  57. package/dist/es/src/api-model/models/competitive-summary-response.js +14 -0
  58. package/dist/es/src/api-model/models/condition.js +1 -1
  59. package/dist/es/src/api-model/models/errors.js +1 -1
  60. package/dist/es/src/api-model/models/featured-buying-option.js +16 -0
  61. package/dist/es/src/api-model/models/featured-offer-expected-price-request-params.js +1 -1
  62. package/dist/es/src/api-model/models/featured-offer-expected-price-request.js +1 -1
  63. package/dist/es/src/api-model/models/featured-offer-expected-price-response-all-of.js +1 -1
  64. package/dist/es/src/api-model/models/featured-offer-expected-price-response-body.js +1 -1
  65. package/dist/es/src/api-model/models/featured-offer-expected-price-response.js +1 -1
  66. package/dist/es/src/api-model/models/featured-offer-expected-price-result.js +1 -1
  67. package/dist/es/src/api-model/models/featured-offer-expected-price.js +1 -1
  68. package/dist/es/src/api-model/models/featured-offer-segment.js +17 -0
  69. package/dist/es/src/api-model/models/featured-offer.js +1 -1
  70. package/dist/es/src/api-model/models/fulfillment-type.js +1 -1
  71. package/dist/es/src/api-model/models/get-featured-offer-expected-price-batch-request.js +1 -1
  72. package/dist/es/src/api-model/models/get-featured-offer-expected-price-batch-response.js +1 -1
  73. package/dist/es/src/api-model/models/http-method.js +1 -1
  74. package/dist/es/src/api-model/models/http-status-line.js +1 -1
  75. package/dist/es/src/api-model/models/index.js +13 -0
  76. package/dist/es/src/api-model/models/model-error.js +1 -1
  77. package/dist/es/src/api-model/models/money-type.js +1 -1
  78. package/dist/es/src/api-model/models/offer-identifier.js +1 -1
  79. package/dist/es/src/api-model/models/offer.js +14 -0
  80. package/dist/es/src/api-model/models/points.js +1 -1
  81. package/dist/es/src/api-model/models/price.js +1 -1
  82. package/dist/es/src/api-model/models/segment-details.js +14 -0
  83. package/dist/es/src/api-model/models/segmented-featured-offer-all-of.js +14 -0
  84. package/dist/es/src/api-model/models/segmented-featured-offer.js +14 -0
  85. package/dist/es/src/api-model/models/shipping-option.js +16 -0
  86. package/dist/types/src/api-model/api/product-pricing-api.d.ts +49 -5
  87. package/dist/types/src/api-model/api.d.ts +1 -1
  88. package/dist/types/src/api-model/base.d.ts +1 -1
  89. package/dist/types/src/api-model/common.d.ts +1 -1
  90. package/dist/types/src/api-model/configuration.d.ts +1 -1
  91. package/dist/types/src/api-model/index.d.ts +1 -1
  92. package/dist/types/src/api-model/models/batch-request.d.ts +2 -2
  93. package/dist/types/src/api-model/models/batch-response.d.ts +1 -1
  94. package/dist/types/src/api-model/models/competitive-summary-batch-request.d.ts +25 -0
  95. package/dist/types/src/api-model/models/competitive-summary-batch-response.d.ts +25 -0
  96. package/dist/types/src/api-model/models/competitive-summary-included-data.d.ts +20 -0
  97. package/dist/types/src/api-model/models/competitive-summary-request.d.ts +50 -0
  98. package/dist/types/src/api-model/models/competitive-summary-response-body.d.ts +44 -0
  99. package/dist/types/src/api-model/models/competitive-summary-response.d.ts +32 -0
  100. package/dist/types/src/api-model/models/condition.d.ts +1 -1
  101. package/dist/types/src/api-model/models/errors.d.ts +1 -1
  102. package/dist/types/src/api-model/models/featured-buying-option.d.ts +35 -0
  103. package/dist/types/src/api-model/models/featured-offer-expected-price-request-params.d.ts +1 -1
  104. package/dist/types/src/api-model/models/featured-offer-expected-price-request.d.ts +1 -1
  105. package/dist/types/src/api-model/models/featured-offer-expected-price-response-all-of.d.ts +1 -1
  106. package/dist/types/src/api-model/models/featured-offer-expected-price-response-body.d.ts +1 -1
  107. package/dist/types/src/api-model/models/featured-offer-expected-price-response.d.ts +1 -1
  108. package/dist/types/src/api-model/models/featured-offer-expected-price-result.d.ts +2 -2
  109. package/dist/types/src/api-model/models/featured-offer-expected-price.d.ts +1 -1
  110. package/dist/types/src/api-model/models/featured-offer-segment.d.ts +36 -0
  111. package/dist/types/src/api-model/models/featured-offer.d.ts +1 -1
  112. package/dist/types/src/api-model/models/fulfillment-type.d.ts +1 -1
  113. package/dist/types/src/api-model/models/get-featured-offer-expected-price-batch-request.d.ts +2 -2
  114. package/dist/types/src/api-model/models/get-featured-offer-expected-price-batch-response.d.ts +2 -2
  115. package/dist/types/src/api-model/models/http-method.d.ts +1 -1
  116. package/dist/types/src/api-model/models/http-status-line.d.ts +1 -1
  117. package/dist/types/src/api-model/models/index.d.ts +13 -0
  118. package/dist/types/src/api-model/models/model-error.d.ts +1 -1
  119. package/dist/types/src/api-model/models/money-type.d.ts +1 -1
  120. package/dist/types/src/api-model/models/offer-identifier.d.ts +1 -1
  121. package/dist/types/src/api-model/models/offer.d.ts +59 -0
  122. package/dist/types/src/api-model/models/points.d.ts +1 -1
  123. package/dist/types/src/api-model/models/price.d.ts +1 -1
  124. package/dist/types/src/api-model/models/segment-details.d.ts +24 -0
  125. package/dist/types/src/api-model/models/segmented-featured-offer-all-of.d.ts +25 -0
  126. package/dist/types/src/api-model/models/segmented-featured-offer.d.ts +19 -0
  127. package/dist/types/src/api-model/models/shipping-option.d.ts +35 -0
  128. package/package.json +5 -5
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Pricing
6
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: 2022-05-01
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Pricing
6
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
7
7
  *
8
8
  * The version of the OpenAPI document: 2022-05-01
9
9
  *
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Selling Partner API for Pricing
6
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
7
+ *
8
+ * The version of the OpenAPI document: 2022-05-01
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Selling Partner API for Pricing
6
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
7
+ *
8
+ * The version of the OpenAPI document: 2022-05-01
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Selling Partner API for Pricing
6
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
7
+ *
8
+ * The version of the OpenAPI document: 2022-05-01
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Selling Partner API for Pricing
6
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
7
+ *
8
+ * The version of the OpenAPI document: 2022-05-01
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ShippingOptionShippingOptionTypeEnum = void 0;
17
+ exports.ShippingOptionShippingOptionTypeEnum = {
18
+ Default: 'DEFAULT'
19
+ };
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -24,7 +24,36 @@ import { BASE_PATH, BaseAPI } from '../base';
24
24
  export const ProductPricingApiAxiosParamCreator = function (configuration) {
25
25
  return {
26
26
  /**
27
- * Returns the set of responses that correspond to the batched list of up to 40 requests defined in the request body. The response for each successful (HTTP status code 200) request in the set includes the computed listing price at or below which a seller can expect to become the featured offer (before applicable promotions). This is called the featured offer expected price (FOEP). Featured offer is not guaranteed, because competing offers may change, and different offers may be featured based on other factors, including fulfillment capabilities to a specific customer. The response to an unsuccessful request includes the available error text. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.033 | 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).
27
+ * Returns the competitive summary response including featured buying options for the ASIN and `marketplaceId` combination
28
+ * @param {CompetitiveSummaryBatchRequest} requests The batch of `getCompetitiveSummary` requests.
29
+ * @param {*} [options] Override http request option.
30
+ * @throws {RequiredError}
31
+ */
32
+ getCompetitiveSummary: async (requests, options = {}) => {
33
+ // verify required parameter 'requests' is not null or undefined
34
+ assertParamExists('getCompetitiveSummary', 'requests', requests);
35
+ const localVarPath = `/batches/products/pricing/2022-05-01/items/competitiveSummary`;
36
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
37
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
38
+ let baseOptions;
39
+ if (configuration) {
40
+ baseOptions = configuration.baseOptions;
41
+ }
42
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
43
+ const localVarHeaderParameter = {};
44
+ const localVarQueryParameter = {};
45
+ localVarHeaderParameter['Content-Type'] = 'application/json';
46
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
47
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
48
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
49
+ localVarRequestOptions.data = serializeDataIfNeeded(requests, localVarRequestOptions, configuration);
50
+ return {
51
+ url: toPathString(localVarUrlObj),
52
+ options: localVarRequestOptions,
53
+ };
54
+ },
55
+ /**
56
+ * Returns the set of responses that correspond to the batched list of up to 40 requests defined in the request body. The response for each successful (HTTP status code 200) request in the set includes the computed listing price at or below which a seller can expect to become the featured offer (before applicable promotions). This is called the featured offer expected price (FOEP). Featured offer is not guaranteed, because competing offers may change, and different offers may be featured based on other factors, including fulfillment capabilities to a specific customer. The response to an unsuccessful request includes the available error text. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.033 | 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, refer to [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).
28
57
  * @param {GetFeaturedOfferExpectedPriceBatchRequest} getFeaturedOfferExpectedPriceBatchRequestBody
29
58
  * @param {*} [options] Override http request option.
30
59
  * @throws {RequiredError}
@@ -62,7 +91,17 @@ export const ProductPricingApiFp = function (configuration) {
62
91
  const localVarAxiosParamCreator = ProductPricingApiAxiosParamCreator(configuration);
63
92
  return {
64
93
  /**
65
- * Returns the set of responses that correspond to the batched list of up to 40 requests defined in the request body. The response for each successful (HTTP status code 200) request in the set includes the computed listing price at or below which a seller can expect to become the featured offer (before applicable promotions). This is called the featured offer expected price (FOEP). Featured offer is not guaranteed, because competing offers may change, and different offers may be featured based on other factors, including fulfillment capabilities to a specific customer. The response to an unsuccessful request includes the available error text. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.033 | 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).
94
+ * Returns the competitive summary response including featured buying options for the ASIN and `marketplaceId` combination
95
+ * @param {CompetitiveSummaryBatchRequest} requests The batch of `getCompetitiveSummary` requests.
96
+ * @param {*} [options] Override http request option.
97
+ * @throws {RequiredError}
98
+ */
99
+ async getCompetitiveSummary(requests, options) {
100
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getCompetitiveSummary(requests, options);
101
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
102
+ },
103
+ /**
104
+ * Returns the set of responses that correspond to the batched list of up to 40 requests defined in the request body. The response for each successful (HTTP status code 200) request in the set includes the computed listing price at or below which a seller can expect to become the featured offer (before applicable promotions). This is called the featured offer expected price (FOEP). Featured offer is not guaranteed, because competing offers may change, and different offers may be featured based on other factors, including fulfillment capabilities to a specific customer. The response to an unsuccessful request includes the available error text. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.033 | 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, refer to [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
105
  * @param {GetFeaturedOfferExpectedPriceBatchRequest} getFeaturedOfferExpectedPriceBatchRequestBody
67
106
  * @param {*} [options] Override http request option.
68
107
  * @throws {RequiredError}
@@ -81,7 +120,16 @@ export const ProductPricingApiFactory = function (configuration, basePath, axios
81
120
  const localVarFp = ProductPricingApiFp(configuration);
82
121
  return {
83
122
  /**
84
- * Returns the set of responses that correspond to the batched list of up to 40 requests defined in the request body. The response for each successful (HTTP status code 200) request in the set includes the computed listing price at or below which a seller can expect to become the featured offer (before applicable promotions). This is called the featured offer expected price (FOEP). Featured offer is not guaranteed, because competing offers may change, and different offers may be featured based on other factors, including fulfillment capabilities to a specific customer. The response to an unsuccessful request includes the available error text. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.033 | 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).
123
+ * Returns the competitive summary response including featured buying options for the ASIN and `marketplaceId` combination
124
+ * @param {ProductPricingApiGetCompetitiveSummaryRequest} requestParameters Request parameters.
125
+ * @param {*} [options] Override http request option.
126
+ * @throws {RequiredError}
127
+ */
128
+ getCompetitiveSummary(requestParameters, options) {
129
+ return localVarFp.getCompetitiveSummary(requestParameters.requests, options).then((request) => request(axios, basePath));
130
+ },
131
+ /**
132
+ * Returns the set of responses that correspond to the batched list of up to 40 requests defined in the request body. The response for each successful (HTTP status code 200) request in the set includes the computed listing price at or below which a seller can expect to become the featured offer (before applicable promotions). This is called the featured offer expected price (FOEP). Featured offer is not guaranteed, because competing offers may change, and different offers may be featured based on other factors, including fulfillment capabilities to a specific customer. The response to an unsuccessful request includes the available error text. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.033 | 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, refer to [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).
85
133
  * @param {ProductPricingApiGetFeaturedOfferExpectedPriceBatchRequest} requestParameters Request parameters.
86
134
  * @param {*} [options] Override http request option.
87
135
  * @throws {RequiredError}
@@ -99,7 +147,17 @@ export const ProductPricingApiFactory = function (configuration, basePath, axios
99
147
  */
100
148
  export class ProductPricingApi extends BaseAPI {
101
149
  /**
102
- * Returns the set of responses that correspond to the batched list of up to 40 requests defined in the request body. The response for each successful (HTTP status code 200) request in the set includes the computed listing price at or below which a seller can expect to become the featured offer (before applicable promotions). This is called the featured offer expected price (FOEP). Featured offer is not guaranteed, because competing offers may change, and different offers may be featured based on other factors, including fulfillment capabilities to a specific customer. The response to an unsuccessful request includes the available error text. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.033 | 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).
150
+ * Returns the competitive summary response including featured buying options for the ASIN and `marketplaceId` combination
151
+ * @param {ProductPricingApiGetCompetitiveSummaryRequest} requestParameters Request parameters.
152
+ * @param {*} [options] Override http request option.
153
+ * @throws {RequiredError}
154
+ * @memberof ProductPricingApi
155
+ */
156
+ getCompetitiveSummary(requestParameters, options) {
157
+ return ProductPricingApiFp(this.configuration).getCompetitiveSummary(requestParameters.requests, options).then((request) => request(this.axios, this.basePath));
158
+ }
159
+ /**
160
+ * Returns the set of responses that correspond to the batched list of up to 40 requests defined in the request body. The response for each successful (HTTP status code 200) request in the set includes the computed listing price at or below which a seller can expect to become the featured offer (before applicable promotions). This is called the featured offer expected price (FOEP). Featured offer is not guaranteed, because competing offers may change, and different offers may be featured based on other factors, including fulfillment capabilities to a specific customer. The response to an unsuccessful request includes the available error text. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.033 | 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, refer to [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).
103
161
  * @param {ProductPricingApiGetFeaturedOfferExpectedPriceBatchRequest} requestParameters Request parameters.
104
162
  * @param {*} [options] Override http request option.
105
163
  * @throws {RequiredError}
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Pricing
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
+ *
7
+ * The version of the OpenAPI document: 2022-05-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Pricing
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
+ *
7
+ * The version of the OpenAPI document: 2022-05-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,21 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Pricing
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
+ *
7
+ * The version of the OpenAPI document: 2022-05-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * The supported types of data in the `getCompetitiveSummary` API.
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const CompetitiveSummaryIncludedData = {
20
+ FeaturedBuyingOptions: 'featuredBuyingOptions'
21
+ };
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Pricing
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
+ *
7
+ * The version of the OpenAPI document: 2022-05-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Pricing
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
+ *
7
+ * The version of the OpenAPI document: 2022-05-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Pricing
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
+ *
7
+ * The version of the OpenAPI document: 2022-05-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -0,0 +1,16 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Pricing
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
+ *
7
+ * The version of the OpenAPI document: 2022-05-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export const FeaturedBuyingOptionBuyingOptionTypeEnum = {
15
+ New: 'New'
16
+ };
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -0,0 +1,17 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Pricing
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
+ *
7
+ * The version of the OpenAPI document: 2022-05-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export const FeaturedOfferSegmentCustomerMembershipEnum = {
15
+ Prime: 'PRIME',
16
+ NonPrime: 'NON_PRIME'
17
+ };
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Pricing
5
- * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, see the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
5
+ * The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information, refer to the [Product Pricing v2022-05-01 Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: 2022-05-01
8
8
  *