@sp-api-sdk/product-pricing-api-2022-05-01 3.1.3 → 3.2.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/dist/cjs/api-model/models/featured-offer-segment.js +2 -1
- package/dist/cjs/api-model/models/lowest-priced-offers-input.js +1 -1
- package/dist/es/api-model/models/featured-offer-segment.js +2 -1
- package/dist/es/api-model/models/lowest-priced-offers-input.js +1 -1
- package/dist/types/api-model/models/competitive-summary-request.d.ts +1 -1
- package/dist/types/api-model/models/competitive-summary-response-body.d.ts +1 -1
- package/dist/types/api-model/models/featured-offer-expected-price-request-params.d.ts +1 -1
- package/dist/types/api-model/models/featured-offer-segment.d.ts +1 -0
- package/dist/types/api-model/models/lowest-priced-offers-input.d.ts +1 -1
- package/dist/types/api-model/models/offer-identifier.d.ts +1 -1
- package/dist/types/api-model/models/reference-price.d.ts +1 -1
- package/package.json +4 -4
|
@@ -16,5 +16,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.FeaturedOfferSegmentCustomerMembershipEnum = void 0;
|
|
17
17
|
exports.FeaturedOfferSegmentCustomerMembershipEnum = {
|
|
18
18
|
Prime: 'PRIME',
|
|
19
|
-
NonPrime: 'NON_PRIME'
|
|
19
|
+
NonPrime: 'NON_PRIME',
|
|
20
|
+
Default: 'DEFAULT'
|
|
20
21
|
};
|
|
@@ -25,7 +25,7 @@ export interface CompetitiveSummaryRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
'asin': string;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
29
29
|
* @type {string}
|
|
30
30
|
* @memberof CompetitiveSummaryRequest
|
|
31
31
|
*/
|
|
@@ -25,7 +25,7 @@ export interface CompetitiveSummaryResponseBody {
|
|
|
25
25
|
*/
|
|
26
26
|
'asin': string;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
29
29
|
* @type {string}
|
|
30
30
|
* @memberof CompetitiveSummaryResponseBody
|
|
31
31
|
*/
|
|
@@ -17,7 +17,7 @@ import type { Segment } from './segment';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface FeaturedOfferExpectedPriceRequestParams {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof FeaturedOfferExpectedPriceRequestParams
|
|
23
23
|
*/
|
|
@@ -32,5 +32,6 @@ export interface FeaturedOfferSegment {
|
|
|
32
32
|
export declare const FeaturedOfferSegmentCustomerMembershipEnum: {
|
|
33
33
|
readonly Prime: "PRIME";
|
|
34
34
|
readonly NonPrime: "NON_PRIME";
|
|
35
|
+
readonly Default: "DEFAULT";
|
|
35
36
|
};
|
|
36
37
|
export type FeaturedOfferSegmentCustomerMembershipEnum = typeof FeaturedOfferSegmentCustomerMembershipEnum[keyof typeof FeaturedOfferSegmentCustomerMembershipEnum];
|
|
@@ -30,6 +30,6 @@ export interface LowestPricedOffersInput {
|
|
|
30
30
|
'offerType': LowestPricedOffersInputOfferTypeEnum;
|
|
31
31
|
}
|
|
32
32
|
export declare const LowestPricedOffersInputOfferTypeEnum: {
|
|
33
|
-
readonly Consumer: "
|
|
33
|
+
readonly Consumer: "Consumer";
|
|
34
34
|
};
|
|
35
35
|
export type LowestPricedOffersInputOfferTypeEnum = typeof LowestPricedOffersInputOfferTypeEnum[keyof typeof LowestPricedOffersInputOfferTypeEnum];
|
|
@@ -17,7 +17,7 @@ import type { FulfillmentType } from './fulfillment-type';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface OfferIdentifier {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof OfferIdentifier
|
|
23
23
|
*/
|
|
@@ -17,7 +17,7 @@ import type { MoneyType } from './money-type';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ReferencePrice {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Reference price type (e.g., `CompetitivePriceThreshold`, `WasPrice`, `CompetitivePrice`). For definitions, see the [Product Pricing API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof ReferencePrice
|
|
23
23
|
*/
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/product-pricing-api-2022-05-01",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
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": "3.
|
|
5
|
+
"version": "3.2.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.1.
|
|
22
|
-
"axios": "^1.
|
|
21
|
+
"@sp-api-sdk/common": "2.1.15",
|
|
22
|
+
"axios": "^1.10.0"
|
|
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": "b36600f33d62a2b6c3a9035968a93bc83e9838a9"
|
|
44
44
|
}
|