@sp-api-sdk/product-pricing-api-2022-05-01 2.0.1 → 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
@@ -1,7 +1,14 @@
1
1
  export * from './batch-request';
2
2
  export * from './batch-response';
3
+ export * from './competitive-summary-batch-request';
4
+ export * from './competitive-summary-batch-response';
5
+ export * from './competitive-summary-included-data';
6
+ export * from './competitive-summary-request';
7
+ export * from './competitive-summary-response';
8
+ export * from './competitive-summary-response-body';
3
9
  export * from './condition';
4
10
  export * from './errors';
11
+ export * from './featured-buying-option';
5
12
  export * from './featured-offer';
6
13
  export * from './featured-offer-expected-price';
7
14
  export * from './featured-offer-expected-price-request';
@@ -10,6 +17,7 @@ export * from './featured-offer-expected-price-response';
10
17
  export * from './featured-offer-expected-price-response-all-of';
11
18
  export * from './featured-offer-expected-price-response-body';
12
19
  export * from './featured-offer-expected-price-result';
20
+ export * from './featured-offer-segment';
13
21
  export * from './fulfillment-type';
14
22
  export * from './get-featured-offer-expected-price-batch-request';
15
23
  export * from './get-featured-offer-expected-price-batch-response';
@@ -17,6 +25,11 @@ export * from './http-method';
17
25
  export * from './http-status-line';
18
26
  export * from './model-error';
19
27
  export * from './money-type';
28
+ export * from './offer';
20
29
  export * from './offer-identifier';
21
30
  export * from './points';
22
31
  export * from './price';
32
+ export * from './segment-details';
33
+ export * from './segmented-featured-offer';
34
+ export * from './segmented-featured-offer-all-of';
35
+ export * from './shipping-option';
@@ -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 {};
@@ -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,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,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 ShippingOptionShippingOptionTypeEnum = {
15
+ Default: 'DEFAULT'
16
+ };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Pricing
3
- * 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).
3
+ * 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).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-05-01
6
6
  *
@@ -12,6 +12,8 @@
12
12
  import type { Configuration } from '../configuration';
13
13
  import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
14
14
  import { RequestArgs, BaseAPI } from '../base';
15
+ import { CompetitiveSummaryBatchRequest } from '../models';
16
+ import { CompetitiveSummaryBatchResponse } from '../models';
15
17
  import { GetFeaturedOfferExpectedPriceBatchRequest } from '../models';
16
18
  import { GetFeaturedOfferExpectedPriceBatchResponse } from '../models';
17
19
  /**
@@ -20,7 +22,14 @@ import { GetFeaturedOfferExpectedPriceBatchResponse } from '../models';
20
22
  */
21
23
  export declare const ProductPricingApiAxiosParamCreator: (configuration?: Configuration) => {
22
24
  /**
23
- * 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).
25
+ * Returns the competitive summary response including featured buying options for the ASIN and `marketplaceId` combination
26
+ * @param {CompetitiveSummaryBatchRequest} requests The batch of `getCompetitiveSummary` requests.
27
+ * @param {*} [options] Override http request option.
28
+ * @throws {RequiredError}
29
+ */
30
+ getCompetitiveSummary: (requests: CompetitiveSummaryBatchRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
31
+ /**
32
+ * 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).
24
33
  * @param {GetFeaturedOfferExpectedPriceBatchRequest} getFeaturedOfferExpectedPriceBatchRequestBody
25
34
  * @param {*} [options] Override http request option.
26
35
  * @throws {RequiredError}
@@ -33,7 +42,14 @@ export declare const ProductPricingApiAxiosParamCreator: (configuration?: Config
33
42
  */
34
43
  export declare const ProductPricingApiFp: (configuration?: Configuration) => {
35
44
  /**
36
- * 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).
45
+ * Returns the competitive summary response including featured buying options for the ASIN and `marketplaceId` combination
46
+ * @param {CompetitiveSummaryBatchRequest} requests The batch of &#x60;getCompetitiveSummary&#x60; requests.
47
+ * @param {*} [options] Override http request option.
48
+ * @throws {RequiredError}
49
+ */
50
+ getCompetitiveSummary(requests: CompetitiveSummaryBatchRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CompetitiveSummaryBatchResponse>>;
51
+ /**
52
+ * 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).
37
53
  * @param {GetFeaturedOfferExpectedPriceBatchRequest} getFeaturedOfferExpectedPriceBatchRequestBody
38
54
  * @param {*} [options] Override http request option.
39
55
  * @throws {RequiredError}
@@ -46,13 +62,33 @@ export declare const ProductPricingApiFp: (configuration?: Configuration) => {
46
62
  */
47
63
  export declare const ProductPricingApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
48
64
  /**
49
- * 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).
65
+ * Returns the competitive summary response including featured buying options for the ASIN and `marketplaceId` combination
66
+ * @param {ProductPricingApiGetCompetitiveSummaryRequest} requestParameters Request parameters.
67
+ * @param {*} [options] Override http request option.
68
+ * @throws {RequiredError}
69
+ */
70
+ getCompetitiveSummary(requestParameters: ProductPricingApiGetCompetitiveSummaryRequest, options?: AxiosRequestConfig): AxiosPromise<CompetitiveSummaryBatchResponse>;
71
+ /**
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, 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).
50
73
  * @param {ProductPricingApiGetFeaturedOfferExpectedPriceBatchRequest} requestParameters Request parameters.
51
74
  * @param {*} [options] Override http request option.
52
75
  * @throws {RequiredError}
53
76
  */
54
77
  getFeaturedOfferExpectedPriceBatch(requestParameters: ProductPricingApiGetFeaturedOfferExpectedPriceBatchRequest, options?: AxiosRequestConfig): AxiosPromise<GetFeaturedOfferExpectedPriceBatchResponse>;
55
78
  };
79
+ /**
80
+ * Request parameters for getCompetitiveSummary operation in ProductPricingApi.
81
+ * @export
82
+ * @interface ProductPricingApiGetCompetitiveSummaryRequest
83
+ */
84
+ export interface ProductPricingApiGetCompetitiveSummaryRequest {
85
+ /**
86
+ * The batch of &#x60;getCompetitiveSummary&#x60; requests.
87
+ * @type {CompetitiveSummaryBatchRequest}
88
+ * @memberof ProductPricingApiGetCompetitiveSummary
89
+ */
90
+ readonly requests: CompetitiveSummaryBatchRequest;
91
+ }
56
92
  /**
57
93
  * Request parameters for getFeaturedOfferExpectedPriceBatch operation in ProductPricingApi.
58
94
  * @export
@@ -74,7 +110,15 @@ export interface ProductPricingApiGetFeaturedOfferExpectedPriceBatchRequest {
74
110
  */
75
111
  export declare class ProductPricingApi extends BaseAPI {
76
112
  /**
77
- * 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).
113
+ * Returns the competitive summary response including featured buying options for the ASIN and `marketplaceId` combination
114
+ * @param {ProductPricingApiGetCompetitiveSummaryRequest} requestParameters Request parameters.
115
+ * @param {*} [options] Override http request option.
116
+ * @throws {RequiredError}
117
+ * @memberof ProductPricingApi
118
+ */
119
+ getCompetitiveSummary(requestParameters: ProductPricingApiGetCompetitiveSummaryRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CompetitiveSummaryBatchResponse, any>>;
120
+ /**
121
+ * 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).
78
122
  * @param {ProductPricingApiGetFeaturedOfferExpectedPriceBatchRequest} requestParameters Request parameters.
79
123
  * @param {*} [options] Override http request option.
80
124
  * @throws {RequiredError}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Pricing
3
- * 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).
3
+ * 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).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-05-01
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Pricing
3
- * 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).
3
+ * 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).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-05-01
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Pricing
3
- * 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).
3
+ * 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).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-05-01
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Pricing
3
- * 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).
3
+ * 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).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-05-01
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Pricing
3
- * 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).
3
+ * 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).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-05-01
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Pricing
3
- * 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).
3
+ * 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).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-05-01
6
6
  *
@@ -17,7 +17,7 @@ import { HttpMethod } from './http-method';
17
17
  */
18
18
  export interface BatchRequest {
19
19
  /**
20
- * The URI associated with an individual request within a batch. For FeaturedOfferExpectedPrice, this should be \'/products/pricing/2022-05-01/offer/featuredOfferExpectedPrice\'.
20
+ * The URI associated with an individual request within a batch. For `FeaturedOfferExpectedPrice`, this should be `/products/pricing/2022-05-01/offer/featuredOfferExpectedPrice`.
21
21
  * @type {string}
22
22
  * @memberof BatchRequest
23
23
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Pricing
3
- * 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).
3
+ * 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).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-05-01
6
6
  *
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Selling Partner API for Pricing
3
+ * 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).
4
+ *
5
+ * The version of the OpenAPI document: 2022-05-01
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { CompetitiveSummaryRequest } from './competitive-summary-request';
13
+ /**
14
+ * The `competitiveSummary` batch request data.
15
+ * @export
16
+ * @interface CompetitiveSummaryBatchRequest
17
+ */
18
+ export interface CompetitiveSummaryBatchRequest {
19
+ /**
20
+ * A batched list of `competitiveSummary` requests.
21
+ * @type {Array<CompetitiveSummaryRequest>}
22
+ * @memberof CompetitiveSummaryBatchRequest
23
+ */
24
+ 'requests': Array<CompetitiveSummaryRequest>;
25
+ }
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Selling Partner API for Pricing
3
+ * 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).
4
+ *
5
+ * The version of the OpenAPI document: 2022-05-01
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { CompetitiveSummaryResponse } from './competitive-summary-response';
13
+ /**
14
+ * The response schema of the `competitiveSummaryBatch` operation.
15
+ * @export
16
+ * @interface CompetitiveSummaryBatchResponse
17
+ */
18
+ export interface CompetitiveSummaryBatchResponse {
19
+ /**
20
+ * The response list of the `competitiveSummaryBatch` operation.
21
+ * @type {Array<CompetitiveSummaryResponse>}
22
+ * @memberof CompetitiveSummaryBatchResponse
23
+ */
24
+ 'responses': Array<CompetitiveSummaryResponse>;
25
+ }
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Selling Partner API for Pricing
3
+ * 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).
4
+ *
5
+ * The version of the OpenAPI document: 2022-05-01
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * The supported types of data in the `getCompetitiveSummary` API.
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const CompetitiveSummaryIncludedData: {
18
+ readonly FeaturedBuyingOptions: "featuredBuyingOptions";
19
+ };
20
+ export type CompetitiveSummaryIncludedData = typeof CompetitiveSummaryIncludedData[keyof typeof CompetitiveSummaryIncludedData];
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Selling Partner API for Pricing
3
+ * 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).
4
+ *
5
+ * The version of the OpenAPI document: 2022-05-01
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { CompetitiveSummaryIncludedData } from './competitive-summary-included-data';
13
+ import { HttpMethod } from './http-method';
14
+ /**
15
+ * An individual `competitiveSummary` request for an ASIN and `marketplaceId`.
16
+ * @export
17
+ * @interface CompetitiveSummaryRequest
18
+ */
19
+ export interface CompetitiveSummaryRequest {
20
+ /**
21
+ * The Amazon Standard Identification Number (ASIN) of the item.
22
+ * @type {string}
23
+ * @memberof CompetitiveSummaryRequest
24
+ */
25
+ 'asin': string;
26
+ /**
27
+ * A marketplace identifier. Specifies the marketplace for which data is returned.
28
+ * @type {string}
29
+ * @memberof CompetitiveSummaryRequest
30
+ */
31
+ 'marketplaceId': string;
32
+ /**
33
+ * The list of requested competitive pricing data for the product.
34
+ * @type {Array<CompetitiveSummaryIncludedData>}
35
+ * @memberof CompetitiveSummaryRequest
36
+ */
37
+ 'includedData': Array<CompetitiveSummaryIncludedData>;
38
+ /**
39
+ *
40
+ * @type {HttpMethod}
41
+ * @memberof CompetitiveSummaryRequest
42
+ */
43
+ 'method': HttpMethod;
44
+ /**
45
+ * The URI associated with the individual APIs being called as part of the batch request.
46
+ * @type {string}
47
+ * @memberof CompetitiveSummaryRequest
48
+ */
49
+ 'uri': string;
50
+ }
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Selling Partner API for Pricing
3
+ * 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).
4
+ *
5
+ * The version of the OpenAPI document: 2022-05-01
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Errors } from './errors';
13
+ import { FeaturedBuyingOption } from './featured-buying-option';
14
+ /**
15
+ * The `competitiveSummaryResponse` body for a requested ASIN and `marketplaceId`.
16
+ * @export
17
+ * @interface CompetitiveSummaryResponseBody
18
+ */
19
+ export interface CompetitiveSummaryResponseBody {
20
+ /**
21
+ * The Amazon Standard Identification Number (ASIN) of the item.
22
+ * @type {string}
23
+ * @memberof CompetitiveSummaryResponseBody
24
+ */
25
+ 'asin': string;
26
+ /**
27
+ * A marketplace identifier. Specifies the marketplace for which data is returned.
28
+ * @type {string}
29
+ * @memberof CompetitiveSummaryResponseBody
30
+ */
31
+ 'marketplaceId': string;
32
+ /**
33
+ * A list of featured buying options for the given ASIN `marketplaceId` combination.
34
+ * @type {Array<FeaturedBuyingOption>}
35
+ * @memberof CompetitiveSummaryResponseBody
36
+ */
37
+ 'featuredBuyingOptions'?: Array<FeaturedBuyingOption>;
38
+ /**
39
+ *
40
+ * @type {Errors}
41
+ * @memberof CompetitiveSummaryResponseBody
42
+ */
43
+ 'errors'?: Errors;
44
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Selling Partner API for Pricing
3
+ * 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).
4
+ *
5
+ * The version of the OpenAPI document: 2022-05-01
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { CompetitiveSummaryResponseBody } from './competitive-summary-response-body';
13
+ import { HttpStatusLine } from './http-status-line';
14
+ /**
15
+ * The response for the individual `competitiveSummary` request in the batch operation.
16
+ * @export
17
+ * @interface CompetitiveSummaryResponse
18
+ */
19
+ export interface CompetitiveSummaryResponse {
20
+ /**
21
+ *
22
+ * @type {HttpStatusLine}
23
+ * @memberof CompetitiveSummaryResponse
24
+ */
25
+ 'status': HttpStatusLine;
26
+ /**
27
+ *
28
+ * @type {CompetitiveSummaryResponseBody}
29
+ * @memberof CompetitiveSummaryResponse
30
+ */
31
+ 'body': CompetitiveSummaryResponseBody;
32
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Pricing
3
- * 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).
3
+ * 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).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-05-01
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Pricing
3
- * 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).
3
+ * 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).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-05-01
6
6
  *
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Selling Partner API for Pricing
3
+ * 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).
4
+ *
5
+ * The version of the OpenAPI document: 2022-05-01
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { SegmentedFeaturedOffer } from './segmented-featured-offer';
13
+ /**
14
+ * Describes a featured buying option which includes a list of segmented featured offers for a particular item condition.
15
+ * @export
16
+ * @interface FeaturedBuyingOption
17
+ */
18
+ export interface FeaturedBuyingOption {
19
+ /**
20
+ * The buying option type of the featured offer. This field represents the buying options that a customer sees on the detail page. For example, B2B, Fresh, and Subscribe n Save. Currently supports `NEW`
21
+ * @type {string}
22
+ * @memberof FeaturedBuyingOption
23
+ */
24
+ 'buyingOptionType': FeaturedBuyingOptionBuyingOptionTypeEnum;
25
+ /**
26
+ * A list of segmented featured offers for the current buying option type. A segment can be considered as a group of regional contexts that all have the same featured offer. A regional context is a combination of factors such as customer type, region or postal code and buying option.
27
+ * @type {Array<SegmentedFeaturedOffer>}
28
+ * @memberof FeaturedBuyingOption
29
+ */
30
+ 'segmentedFeaturedOffers': Array<SegmentedFeaturedOffer>;
31
+ }
32
+ export declare const FeaturedBuyingOptionBuyingOptionTypeEnum: {
33
+ readonly New: "New";
34
+ };
35
+ export type FeaturedBuyingOptionBuyingOptionTypeEnum = typeof FeaturedBuyingOptionBuyingOptionTypeEnum[keyof typeof FeaturedBuyingOptionBuyingOptionTypeEnum];