@sp-api-sdk/product-pricing-api-2022-05-01 2.0.1 → 2.1.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 (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
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products.
4
4
 
5
- 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
+ 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
  [![npm version](https://badgen.net/npm/v/@sp-api-sdk/product-pricing-api-2022-05-01)](https://www.npmjs.com/package/@sp-api-sdk/product-pricing-api-2022-05-01)
8
8
  [![XO code style](https://badgen.net/badge/code%20style/XO/cyan)](https://github.com/xojs/xo)
@@ -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
  *
@@ -30,7 +30,36 @@ const base_1 = require("../base");
30
30
  const ProductPricingApiAxiosParamCreator = function (configuration) {
31
31
  return {
32
32
  /**
33
- * 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).
33
+ * Returns the competitive summary response including featured buying options for the ASIN and `marketplaceId` combination
34
+ * @param {CompetitiveSummaryBatchRequest} requests The batch of `getCompetitiveSummary` requests.
35
+ * @param {*} [options] Override http request option.
36
+ * @throws {RequiredError}
37
+ */
38
+ getCompetitiveSummary: async (requests, options = {}) => {
39
+ // verify required parameter 'requests' is not null or undefined
40
+ (0, common_1.assertParamExists)('getCompetitiveSummary', 'requests', requests);
41
+ const localVarPath = `/batches/products/pricing/2022-05-01/items/competitiveSummary`;
42
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
43
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
44
+ let baseOptions;
45
+ if (configuration) {
46
+ baseOptions = configuration.baseOptions;
47
+ }
48
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
49
+ const localVarHeaderParameter = {};
50
+ const localVarQueryParameter = {};
51
+ localVarHeaderParameter['Content-Type'] = 'application/json';
52
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
53
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
54
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
55
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(requests, localVarRequestOptions, configuration);
56
+ return {
57
+ url: (0, common_1.toPathString)(localVarUrlObj),
58
+ options: localVarRequestOptions,
59
+ };
60
+ },
61
+ /**
62
+ * 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).
34
63
  * @param {GetFeaturedOfferExpectedPriceBatchRequest} getFeaturedOfferExpectedPriceBatchRequestBody
35
64
  * @param {*} [options] Override http request option.
36
65
  * @throws {RequiredError}
@@ -69,7 +98,17 @@ const ProductPricingApiFp = function (configuration) {
69
98
  const localVarAxiosParamCreator = (0, exports.ProductPricingApiAxiosParamCreator)(configuration);
70
99
  return {
71
100
  /**
72
- * 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).
101
+ * Returns the competitive summary response including featured buying options for the ASIN and `marketplaceId` combination
102
+ * @param {CompetitiveSummaryBatchRequest} requests The batch of `getCompetitiveSummary` requests.
103
+ * @param {*} [options] Override http request option.
104
+ * @throws {RequiredError}
105
+ */
106
+ async getCompetitiveSummary(requests, options) {
107
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getCompetitiveSummary(requests, options);
108
+ return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
109
+ },
110
+ /**
111
+ * 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).
73
112
  * @param {GetFeaturedOfferExpectedPriceBatchRequest} getFeaturedOfferExpectedPriceBatchRequestBody
74
113
  * @param {*} [options] Override http request option.
75
114
  * @throws {RequiredError}
@@ -89,7 +128,16 @@ const ProductPricingApiFactory = function (configuration, basePath, axios) {
89
128
  const localVarFp = (0, exports.ProductPricingApiFp)(configuration);
90
129
  return {
91
130
  /**
92
- * 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).
131
+ * Returns the competitive summary response including featured buying options for the ASIN and `marketplaceId` combination
132
+ * @param {ProductPricingApiGetCompetitiveSummaryRequest} requestParameters Request parameters.
133
+ * @param {*} [options] Override http request option.
134
+ * @throws {RequiredError}
135
+ */
136
+ getCompetitiveSummary(requestParameters, options) {
137
+ return localVarFp.getCompetitiveSummary(requestParameters.requests, options).then((request) => request(axios, basePath));
138
+ },
139
+ /**
140
+ * 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).
93
141
  * @param {ProductPricingApiGetFeaturedOfferExpectedPriceBatchRequest} requestParameters Request parameters.
94
142
  * @param {*} [options] Override http request option.
95
143
  * @throws {RequiredError}
@@ -108,7 +156,17 @@ exports.ProductPricingApiFactory = ProductPricingApiFactory;
108
156
  */
109
157
  class ProductPricingApi extends base_1.BaseAPI {
110
158
  /**
111
- * 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).
159
+ * Returns the competitive summary response including featured buying options for the ASIN and `marketplaceId` combination
160
+ * @param {ProductPricingApiGetCompetitiveSummaryRequest} requestParameters Request parameters.
161
+ * @param {*} [options] Override http request option.
162
+ * @throws {RequiredError}
163
+ * @memberof ProductPricingApi
164
+ */
165
+ getCompetitiveSummary(requestParameters, options) {
166
+ return (0, exports.ProductPricingApiFp)(this.configuration).getCompetitiveSummary(requestParameters.requests, options).then((request) => request(this.axios, this.basePath));
167
+ }
168
+ /**
169
+ * 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).
112
170
  * @param {ProductPricingApiGetFeaturedOfferExpectedPriceBatchRequest} requestParameters Request parameters.
113
171
  * @param {*} [options] Override http request option.
114
172
  * @throws {RequiredError}
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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,24 @@
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.CompetitiveSummaryIncludedData = void 0;
17
+ /**
18
+ * The supported types of data in the `getCompetitiveSummary` API.
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.CompetitiveSummaryIncludedData = {
23
+ FeaturedBuyingOptions: 'featuredBuyingOptions'
24
+ };
@@ -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 });
@@ -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,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.FeaturedBuyingOptionBuyingOptionTypeEnum = void 0;
17
+ exports.FeaturedBuyingOptionBuyingOptionTypeEnum = {
18
+ New: 'New'
19
+ };
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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,20 @@
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.FeaturedOfferSegmentCustomerMembershipEnum = void 0;
17
+ exports.FeaturedOfferSegmentCustomerMembershipEnum = {
18
+ Prime: 'PRIME',
19
+ NonPrime: 'NON_PRIME'
20
+ };
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -16,8 +16,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./batch-request"), exports);
18
18
  __exportStar(require("./batch-response"), exports);
19
+ __exportStar(require("./competitive-summary-batch-request"), exports);
20
+ __exportStar(require("./competitive-summary-batch-response"), exports);
21
+ __exportStar(require("./competitive-summary-included-data"), exports);
22
+ __exportStar(require("./competitive-summary-request"), exports);
23
+ __exportStar(require("./competitive-summary-response"), exports);
24
+ __exportStar(require("./competitive-summary-response-body"), exports);
19
25
  __exportStar(require("./condition"), exports);
20
26
  __exportStar(require("./errors"), exports);
27
+ __exportStar(require("./featured-buying-option"), exports);
21
28
  __exportStar(require("./featured-offer"), exports);
22
29
  __exportStar(require("./featured-offer-expected-price"), exports);
23
30
  __exportStar(require("./featured-offer-expected-price-request"), exports);
@@ -26,6 +33,7 @@ __exportStar(require("./featured-offer-expected-price-response"), exports);
26
33
  __exportStar(require("./featured-offer-expected-price-response-all-of"), exports);
27
34
  __exportStar(require("./featured-offer-expected-price-response-body"), exports);
28
35
  __exportStar(require("./featured-offer-expected-price-result"), exports);
36
+ __exportStar(require("./featured-offer-segment"), exports);
29
37
  __exportStar(require("./fulfillment-type"), exports);
30
38
  __exportStar(require("./get-featured-offer-expected-price-batch-request"), exports);
31
39
  __exportStar(require("./get-featured-offer-expected-price-batch-response"), exports);
@@ -33,6 +41,11 @@ __exportStar(require("./http-method"), exports);
33
41
  __exportStar(require("./http-status-line"), exports);
34
42
  __exportStar(require("./model-error"), exports);
35
43
  __exportStar(require("./money-type"), exports);
44
+ __exportStar(require("./offer"), exports);
36
45
  __exportStar(require("./offer-identifier"), exports);
37
46
  __exportStar(require("./points"), exports);
38
47
  __exportStar(require("./price"), exports);
48
+ __exportStar(require("./segment-details"), exports);
49
+ __exportStar(require("./segmented-featured-offer"), exports);
50
+ __exportStar(require("./segmented-featured-offer-all-of"), exports);
51
+ __exportStar(require("./shipping-option"), exports);
@@ -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
  *
@@ -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 });