@sp-api-sdk/product-pricing-api-2022-05-01
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -49,5 +49,8 @@ "use strict"; | ||
__exportStar(require("./points"), exports); | ||
__exportStar(require("./postal-code"), exports); | ||
__exportStar(require("./price"), exports); | ||
__exportStar(require("./prime-details"), exports); | ||
__exportStar(require("./reference-price"), exports); | ||
__exportStar(require("./sample-location"), exports); | ||
__exportStar(require("./segment"), exports); | ||
__exportStar(require("./segment-details"), exports); | ||
@@ -54,0 +57,0 @@ __exportStar(require("./segmented-featured-offer"), exports); |
@@ -33,5 +33,8 @@ export * from './batch-request'; | ||
export * from './points'; | ||
export * from './postal-code'; | ||
export * from './price'; | ||
export * from './prime-details'; | ||
export * from './reference-price'; | ||
export * from './sample-location'; | ||
export * from './segment'; | ||
export * from './segment-details'; | ||
@@ -38,0 +41,0 @@ export * from './segmented-featured-offer'; |
@@ -12,2 +12,3 @@ /** | ||
*/ | ||
import type { Segment } from './segment'; | ||
/** | ||
@@ -31,2 +32,8 @@ * The parameters for an individual request. | ||
'sku': string; | ||
/** | ||
* | ||
* @type {Segment} | ||
* @memberof FeaturedOfferExpectedPriceRequestParams | ||
*/ | ||
'segment'?: Segment; | ||
} |
@@ -33,5 +33,8 @@ export * from './batch-request'; | ||
export * from './points'; | ||
export * from './postal-code'; | ||
export * from './price'; | ||
export * from './prime-details'; | ||
export * from './reference-price'; | ||
export * from './sample-location'; | ||
export * from './segment'; | ||
export * from './segment-details'; | ||
@@ -38,0 +41,0 @@ export * from './segmented-featured-offer'; |
@@ -12,4 +12,5 @@ /** | ||
*/ | ||
import type { SampleLocation } from './sample-location'; | ||
/** | ||
* The details about the segment. | ||
* The details about the segment. The FeaturedOfferExpectedPrice API uses only the sampleLocation portion as input. | ||
* @export | ||
@@ -25,2 +26,8 @@ * @interface SegmentDetails | ||
'glanceViewWeightPercentage'?: number; | ||
/** | ||
* | ||
* @type {SampleLocation} | ||
* @memberof SegmentDetails | ||
*/ | ||
'sampleLocation'?: SampleLocation; | ||
} |
@@ -5,3 +5,3 @@ { | ||
"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.", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -22,3 +22,3 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/common": "2.1.9", | ||
"@sp-api-sdk/common": "2.1.10", | ||
"axios": "^1.7.9" | ||
@@ -45,3 +45,3 @@ }, | ||
], | ||
"gitHead": "00dfa4e5e7dd2f486f00e85e5dab73ea2685eb0f" | ||
"gitHead": "4098c9f3375b3b56212baa3bf21c18dd987baab2" | ||
} |
@@ -7,5 +7,7 @@ # `product-pricing-api-2022-05-01` | ||
[![npm version](https://badgen.net/npm/v/@sp-api-sdk/product-pricing-api-2022-05-01)](https://www.npmjs.com/package/@sp-api-sdk/product-pricing-api-2022-05-01) | ||
[![XO code style](https://badgen.net/badge/code%20style/XO/cyan)](https://github.com/xojs/xo) | ||
[![npm version](https://img.shields.io/npm/v/@sp-api-sdk/product-pricing-api-2022-05-01)](https://www.npmjs.com/package/@sp-api-sdk/product-pricing-api-2022-05-01) | ||
[![XO code style](https://img.shields.io/badge/code_style-xo-cyan)](https://github.com/xojs/xo) | ||
[<img src="https://files.bizon.solutions/images/logo/bizon-horizontal.png" alt="Bizon" width="250"/>](https://www.bizon.solutions?utm_source=github&utm_medium=readme&utm_campaign=selling-partner-api-sdk) | ||
## Documentation | ||
@@ -12,0 +14,0 @@ |
212041
156
4648
102
+ Added@sp-api-sdk/auth@2.2.5(transitive)
+ Added@sp-api-sdk/common@2.1.10(transitive)
- Removed@sp-api-sdk/auth@2.2.4(transitive)
- Removed@sp-api-sdk/common@2.1.9(transitive)
Updated@sp-api-sdk/common@2.1.10