@sp-api-sdk/product-pricing-api-2022-05-01 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cjs/src/api-model/api/product-pricing-api.js +63 -5
- package/dist/cjs/src/api-model/api.js +1 -1
- package/dist/cjs/src/api-model/base.js +1 -1
- package/dist/cjs/src/api-model/common.js +1 -1
- package/dist/cjs/src/api-model/configuration.js +1 -1
- package/dist/cjs/src/api-model/index.js +1 -1
- package/dist/cjs/src/api-model/models/batch-request.js +1 -1
- package/dist/cjs/src/api-model/models/batch-response.js +1 -1
- package/dist/cjs/src/api-model/models/competitive-summary-batch-request.js +15 -0
- package/dist/cjs/src/api-model/models/competitive-summary-batch-response.js +15 -0
- package/dist/cjs/src/api-model/models/competitive-summary-included-data.js +24 -0
- package/dist/cjs/src/api-model/models/competitive-summary-request.js +15 -0
- package/dist/cjs/src/api-model/models/competitive-summary-response-body.js +15 -0
- package/dist/cjs/src/api-model/models/competitive-summary-response.js +15 -0
- package/dist/cjs/src/api-model/models/condition.js +1 -1
- package/dist/cjs/src/api-model/models/errors.js +1 -1
- package/dist/cjs/src/api-model/models/featured-buying-option.js +19 -0
- package/dist/cjs/src/api-model/models/featured-offer-expected-price-request-params.js +1 -1
- package/dist/cjs/src/api-model/models/featured-offer-expected-price-request.js +1 -1
- package/dist/cjs/src/api-model/models/featured-offer-expected-price-response-all-of.js +1 -1
- package/dist/cjs/src/api-model/models/featured-offer-expected-price-response-body.js +1 -1
- package/dist/cjs/src/api-model/models/featured-offer-expected-price-response.js +1 -1
- package/dist/cjs/src/api-model/models/featured-offer-expected-price-result.js +1 -1
- package/dist/cjs/src/api-model/models/featured-offer-expected-price.js +1 -1
- package/dist/cjs/src/api-model/models/featured-offer-segment.js +20 -0
- package/dist/cjs/src/api-model/models/featured-offer.js +1 -1
- package/dist/cjs/src/api-model/models/fulfillment-type.js +1 -1
- package/dist/cjs/src/api-model/models/get-featured-offer-expected-price-batch-request.js +1 -1
- package/dist/cjs/src/api-model/models/get-featured-offer-expected-price-batch-response.js +1 -1
- package/dist/cjs/src/api-model/models/http-method.js +1 -1
- package/dist/cjs/src/api-model/models/http-status-line.js +1 -1
- package/dist/cjs/src/api-model/models/index.js +13 -0
- package/dist/cjs/src/api-model/models/model-error.js +1 -1
- package/dist/cjs/src/api-model/models/money-type.js +1 -1
- package/dist/cjs/src/api-model/models/offer-identifier.js +1 -1
- package/dist/cjs/src/api-model/models/offer.js +15 -0
- package/dist/cjs/src/api-model/models/points.js +1 -1
- package/dist/cjs/src/api-model/models/price.js +1 -1
- package/dist/cjs/src/api-model/models/segment-details.js +15 -0
- package/dist/cjs/src/api-model/models/segmented-featured-offer-all-of.js +15 -0
- package/dist/cjs/src/api-model/models/segmented-featured-offer.js +15 -0
- package/dist/cjs/src/api-model/models/shipping-option.js +19 -0
- package/dist/es/src/api-model/api/product-pricing-api.js +63 -5
- package/dist/es/src/api-model/api.js +1 -1
- package/dist/es/src/api-model/base.js +1 -1
- package/dist/es/src/api-model/common.js +1 -1
- package/dist/es/src/api-model/configuration.js +1 -1
- package/dist/es/src/api-model/index.js +1 -1
- package/dist/es/src/api-model/models/batch-request.js +1 -1
- package/dist/es/src/api-model/models/batch-response.js +1 -1
- package/dist/es/src/api-model/models/competitive-summary-batch-request.js +14 -0
- package/dist/es/src/api-model/models/competitive-summary-batch-response.js +14 -0
- package/dist/es/src/api-model/models/competitive-summary-included-data.js +21 -0
- package/dist/es/src/api-model/models/competitive-summary-request.js +14 -0
- package/dist/es/src/api-model/models/competitive-summary-response-body.js +14 -0
- package/dist/es/src/api-model/models/competitive-summary-response.js +14 -0
- package/dist/es/src/api-model/models/condition.js +1 -1
- package/dist/es/src/api-model/models/errors.js +1 -1
- package/dist/es/src/api-model/models/featured-buying-option.js +16 -0
- package/dist/es/src/api-model/models/featured-offer-expected-price-request-params.js +1 -1
- package/dist/es/src/api-model/models/featured-offer-expected-price-request.js +1 -1
- package/dist/es/src/api-model/models/featured-offer-expected-price-response-all-of.js +1 -1
- package/dist/es/src/api-model/models/featured-offer-expected-price-response-body.js +1 -1
- package/dist/es/src/api-model/models/featured-offer-expected-price-response.js +1 -1
- package/dist/es/src/api-model/models/featured-offer-expected-price-result.js +1 -1
- package/dist/es/src/api-model/models/featured-offer-expected-price.js +1 -1
- package/dist/es/src/api-model/models/featured-offer-segment.js +17 -0
- package/dist/es/src/api-model/models/featured-offer.js +1 -1
- package/dist/es/src/api-model/models/fulfillment-type.js +1 -1
- package/dist/es/src/api-model/models/get-featured-offer-expected-price-batch-request.js +1 -1
- package/dist/es/src/api-model/models/get-featured-offer-expected-price-batch-response.js +1 -1
- package/dist/es/src/api-model/models/http-method.js +1 -1
- package/dist/es/src/api-model/models/http-status-line.js +1 -1
- package/dist/es/src/api-model/models/index.js +13 -0
- package/dist/es/src/api-model/models/model-error.js +1 -1
- package/dist/es/src/api-model/models/money-type.js +1 -1
- package/dist/es/src/api-model/models/offer-identifier.js +1 -1
- package/dist/es/src/api-model/models/offer.js +14 -0
- package/dist/es/src/api-model/models/points.js +1 -1
- package/dist/es/src/api-model/models/price.js +1 -1
- package/dist/es/src/api-model/models/segment-details.js +14 -0
- package/dist/es/src/api-model/models/segmented-featured-offer-all-of.js +14 -0
- package/dist/es/src/api-model/models/segmented-featured-offer.js +14 -0
- package/dist/es/src/api-model/models/shipping-option.js +16 -0
- package/dist/types/src/api-model/api/product-pricing-api.d.ts +49 -5
- package/dist/types/src/api-model/api.d.ts +1 -1
- package/dist/types/src/api-model/base.d.ts +1 -1
- package/dist/types/src/api-model/common.d.ts +1 -1
- package/dist/types/src/api-model/configuration.d.ts +1 -1
- package/dist/types/src/api-model/index.d.ts +1 -1
- package/dist/types/src/api-model/models/batch-request.d.ts +2 -2
- package/dist/types/src/api-model/models/batch-response.d.ts +1 -1
- package/dist/types/src/api-model/models/competitive-summary-batch-request.d.ts +25 -0
- package/dist/types/src/api-model/models/competitive-summary-batch-response.d.ts +25 -0
- package/dist/types/src/api-model/models/competitive-summary-included-data.d.ts +20 -0
- package/dist/types/src/api-model/models/competitive-summary-request.d.ts +50 -0
- package/dist/types/src/api-model/models/competitive-summary-response-body.d.ts +44 -0
- package/dist/types/src/api-model/models/competitive-summary-response.d.ts +32 -0
- package/dist/types/src/api-model/models/condition.d.ts +1 -1
- package/dist/types/src/api-model/models/errors.d.ts +1 -1
- package/dist/types/src/api-model/models/featured-buying-option.d.ts +35 -0
- package/dist/types/src/api-model/models/featured-offer-expected-price-request-params.d.ts +1 -1
- package/dist/types/src/api-model/models/featured-offer-expected-price-request.d.ts +1 -1
- package/dist/types/src/api-model/models/featured-offer-expected-price-response-all-of.d.ts +1 -1
- package/dist/types/src/api-model/models/featured-offer-expected-price-response-body.d.ts +1 -1
- package/dist/types/src/api-model/models/featured-offer-expected-price-response.d.ts +1 -1
- package/dist/types/src/api-model/models/featured-offer-expected-price-result.d.ts +2 -2
- package/dist/types/src/api-model/models/featured-offer-expected-price.d.ts +1 -1
- package/dist/types/src/api-model/models/featured-offer-segment.d.ts +36 -0
- package/dist/types/src/api-model/models/featured-offer.d.ts +1 -1
- package/dist/types/src/api-model/models/fulfillment-type.d.ts +1 -1
- package/dist/types/src/api-model/models/get-featured-offer-expected-price-batch-request.d.ts +2 -2
- package/dist/types/src/api-model/models/get-featured-offer-expected-price-batch-response.d.ts +2 -2
- package/dist/types/src/api-model/models/http-method.d.ts +1 -1
- package/dist/types/src/api-model/models/http-status-line.d.ts +1 -1
- package/dist/types/src/api-model/models/index.d.ts +13 -0
- package/dist/types/src/api-model/models/model-error.d.ts +1 -1
- package/dist/types/src/api-model/models/money-type.d.ts +1 -1
- package/dist/types/src/api-model/models/offer-identifier.d.ts +1 -1
- package/dist/types/src/api-model/models/offer.d.ts +59 -0
- package/dist/types/src/api-model/models/points.d.ts +1 -1
- package/dist/types/src/api-model/models/price.d.ts +1 -1
- package/dist/types/src/api-model/models/segment-details.d.ts +24 -0
- package/dist/types/src/api-model/models/segmented-featured-offer-all-of.d.ts +25 -0
- package/dist/types/src/api-model/models/segmented-featured-offer.d.ts +19 -0
- package/dist/types/src/api-model/models/shipping-option.d.ts +35 -0
- package/package.json +5 -5
|
@@ -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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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
|
*
|
|
@@ -24,7 +24,7 @@ export interface FeaturedOfferExpectedPriceResult {
|
|
|
24
24
|
*/
|
|
25
25
|
'featuredOfferExpectedPrice'?: FeaturedOfferExpectedPrice;
|
|
26
26
|
/**
|
|
27
|
-
* The status of the featured offer expected price computation. Possible values include VALID_FOEP
|
|
27
|
+
* The status of the featured offer expected price computation. Possible values include `VALID_FOEP`, `NO_COMPETING_OFFER`, `OFFER_NOT_ELIGIBLE`, `OFFER_NOT_FOUND`, `ASIN_NOT_ELIGIBLE`. Additional values may be added in the future.
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof FeaturedOfferExpectedPriceResult
|
|
30
30
|
*/
|
|
@@ -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,
|
|
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,36 @@
|
|
|
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 { SegmentDetails } from './segment-details';
|
|
13
|
+
/**
|
|
14
|
+
* Describes the segment in which the offer is featured.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface FeaturedOfferSegment
|
|
17
|
+
*/
|
|
18
|
+
export interface FeaturedOfferSegment {
|
|
19
|
+
/**
|
|
20
|
+
* The customer membership type that make up this segment
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof FeaturedOfferSegment
|
|
23
|
+
*/
|
|
24
|
+
'customerMembership': FeaturedOfferSegmentCustomerMembershipEnum;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {SegmentDetails}
|
|
28
|
+
* @memberof FeaturedOfferSegment
|
|
29
|
+
*/
|
|
30
|
+
'segmentDetails': SegmentDetails;
|
|
31
|
+
}
|
|
32
|
+
export declare const FeaturedOfferSegmentCustomerMembershipEnum: {
|
|
33
|
+
readonly Prime: "PRIME";
|
|
34
|
+
readonly NonPrime: "NON_PRIME";
|
|
35
|
+
};
|
|
36
|
+
export type FeaturedOfferSegmentCustomerMembershipEnum = typeof FeaturedOfferSegmentCustomerMembershipEnum[keyof typeof FeaturedOfferSegmentCustomerMembershipEnum];
|
|
@@ -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,
|
|
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,
|
|
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
|
*
|
package/dist/types/src/api-model/models/get-featured-offer-expected-price-batch-request.d.ts
CHANGED
|
@@ -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,
|
|
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
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { FeaturedOfferExpectedPriceRequest } from './featured-offer-expected-price-request';
|
|
13
13
|
/**
|
|
14
|
-
* The request body for the getFeaturedOfferExpectedPriceBatch operation.
|
|
14
|
+
* The request body for the `getFeaturedOfferExpectedPriceBatch` operation.
|
|
15
15
|
* @export
|
|
16
16
|
* @interface GetFeaturedOfferExpectedPriceBatchRequest
|
|
17
17
|
*/
|
package/dist/types/src/api-model/models/get-featured-offer-expected-price-batch-response.d.ts
CHANGED
|
@@ -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,
|
|
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
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { FeaturedOfferExpectedPriceResponse } from './featured-offer-expected-price-response';
|
|
13
13
|
/**
|
|
14
|
-
* The response schema for the getFeaturedOfferExpectedPriceBatch operation.
|
|
14
|
+
* The response schema for the `getFeaturedOfferExpectedPriceBatch` operation.
|
|
15
15
|
* @export
|
|
16
16
|
* @interface GetFeaturedOfferExpectedPriceBatchResponse
|
|
17
17
|
*/
|
|
@@ -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,
|
|
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,
|
|
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,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';
|
|
@@ -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,
|
|
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,
|
|
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,
|
|
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,59 @@
|
|
|
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 { Condition } from './condition';
|
|
13
|
+
import { FulfillmentType } from './fulfillment-type';
|
|
14
|
+
import { MoneyType } from './money-type';
|
|
15
|
+
import { Points } from './points';
|
|
16
|
+
import { ShippingOption } from './shipping-option';
|
|
17
|
+
/**
|
|
18
|
+
* The offer data of a product.
|
|
19
|
+
* @export
|
|
20
|
+
* @interface Offer
|
|
21
|
+
*/
|
|
22
|
+
export interface Offer {
|
|
23
|
+
/**
|
|
24
|
+
* The seller identifier for the offer.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof Offer
|
|
27
|
+
*/
|
|
28
|
+
'sellerId': string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Condition}
|
|
32
|
+
* @memberof Offer
|
|
33
|
+
*/
|
|
34
|
+
'condition': Condition;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {FulfillmentType}
|
|
38
|
+
* @memberof Offer
|
|
39
|
+
*/
|
|
40
|
+
'fulfillmentType': FulfillmentType;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {MoneyType}
|
|
44
|
+
* @memberof Offer
|
|
45
|
+
*/
|
|
46
|
+
'listingPrice': MoneyType;
|
|
47
|
+
/**
|
|
48
|
+
* A list of shipping options associated with this offer
|
|
49
|
+
* @type {Array<ShippingOption>}
|
|
50
|
+
* @memberof Offer
|
|
51
|
+
*/
|
|
52
|
+
'shippingOptions'?: Array<ShippingOption>;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {Points}
|
|
56
|
+
* @memberof Offer
|
|
57
|
+
*/
|
|
58
|
+
'points'?: Points;
|
|
59
|
+
}
|
|
@@ -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,
|
|
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,
|
|
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,24 @@
|
|
|
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 details about the segment.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SegmentDetails
|
|
16
|
+
*/
|
|
17
|
+
export interface SegmentDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Glance view weight percentage for this segment. The glance views for this segment as a percentage of total glance views across all segments on the ASIN. A higher percentage indicates more Amazon customers see this offer as the Featured Offer.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SegmentDetails
|
|
22
|
+
*/
|
|
23
|
+
'glanceViewWeightPercentage'?: number;
|
|
24
|
+
}
|
|
@@ -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 { FeaturedOfferSegment } from './featured-offer-segment';
|
|
13
|
+
/**
|
|
14
|
+
* The list of segment information in which the offer is featured.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SegmentedFeaturedOfferAllOf
|
|
17
|
+
*/
|
|
18
|
+
export interface SegmentedFeaturedOfferAllOf {
|
|
19
|
+
/**
|
|
20
|
+
* The list of segment information in which the offer is featured.
|
|
21
|
+
* @type {Array<FeaturedOfferSegment>}
|
|
22
|
+
* @memberof SegmentedFeaturedOfferAllOf
|
|
23
|
+
*/
|
|
24
|
+
'featuredOfferSegments': Array<FeaturedOfferSegment>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { Offer } from './offer';
|
|
13
|
+
import { SegmentedFeaturedOfferAllOf } from './segmented-featured-offer-all-of';
|
|
14
|
+
/**
|
|
15
|
+
* @type SegmentedFeaturedOffer
|
|
16
|
+
* A product offer with segment information indicating where it\'s featured.
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export type SegmentedFeaturedOffer = Offer & SegmentedFeaturedOfferAllOf;
|
|
@@ -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 { MoneyType } from './money-type';
|
|
13
|
+
/**
|
|
14
|
+
* The shipping option available for the offer.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ShippingOption
|
|
17
|
+
*/
|
|
18
|
+
export interface ShippingOption {
|
|
19
|
+
/**
|
|
20
|
+
* The type of the shipping option.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ShippingOption
|
|
23
|
+
*/
|
|
24
|
+
'shippingOptionType': ShippingOptionShippingOptionTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {MoneyType}
|
|
28
|
+
* @memberof ShippingOption
|
|
29
|
+
*/
|
|
30
|
+
'price': MoneyType;
|
|
31
|
+
}
|
|
32
|
+
export declare const ShippingOptionShippingOptionTypeEnum: {
|
|
33
|
+
readonly Default: "DEFAULT";
|
|
34
|
+
};
|
|
35
|
+
export type ShippingOptionShippingOptionTypeEnum = typeof ShippingOptionShippingOptionTypeEnum[keyof typeof ShippingOptionShippingOptionTypeEnum];
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sp-api-sdk/product-pricing-api-2022-05-01",
|
|
3
3
|
"author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
|
|
4
|
-
"description": "The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer pricing information for Amazon Marketplace products. For more information,
|
|
5
|
-
"version": "2.
|
|
4
|
+
"description": "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.",
|
|
5
|
+
"version": "2.1.0",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.0.
|
|
22
|
-
"axios": "^1.
|
|
21
|
+
"@sp-api-sdk/common": "2.0.2",
|
|
22
|
+
"axios": "^1.6.1"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"product pricing api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "23d420d10e931be7657141e989fccdc9dafe2a9c"
|
|
44
44
|
}
|