@sp-api-sdk/product-pricing-api-2022-05-01 3.1.4 → 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.
@@ -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
  };
@@ -15,5 +15,5 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.LowestPricedOffersInputOfferTypeEnum = void 0;
17
17
  exports.LowestPricedOffersInputOfferTypeEnum = {
18
- Consumer: 'CONSUMER'
18
+ Consumer: 'Consumer'
19
19
  };
@@ -13,5 +13,6 @@
13
13
  */
14
14
  export const FeaturedOfferSegmentCustomerMembershipEnum = {
15
15
  Prime: 'PRIME',
16
- NonPrime: 'NON_PRIME'
16
+ NonPrime: 'NON_PRIME',
17
+ Default: 'DEFAULT'
17
18
  };
@@ -12,5 +12,5 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  export const LowestPricedOffersInputOfferTypeEnum = {
15
- Consumer: 'CONSUMER'
15
+ Consumer: 'Consumer'
16
16
  };
@@ -25,7 +25,7 @@ export interface CompetitiveSummaryRequest {
25
25
  */
26
26
  'asin': string;
27
27
  /**
28
- * A marketplace identifier. Specifies the marketplace for which data is returned.
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
- * A marketplace identifier. Specifies the marketplace for which data is returned.
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
- * A marketplace identifier. Specifies the marketplace for which data is returned.
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: "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
- * A marketplace identifier. Specifies the marketplace for which data is returned.
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
- * The name of the reference price, such as `CompetitivePriceThreshold` and `WasPrice`. For reference price definitions, refer to the [Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v2022-05-01-use-case-guide).
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.1.4",
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.14",
22
- "axios": "^1.9.0"
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": "773f45c3f4aab28e0bd9f6033045988800d7f258"
43
+ "gitHead": "b36600f33d62a2b6c3a9035968a93bc83e9838a9"
44
44
  }