@sp-api-sdk/product-pricing-api-v0 1.11.5 → 1.11.8

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.
@@ -17,7 +17,7 @@ import { HttpMethod } from './http-method';
17
17
  */
18
18
  export interface BatchRequest {
19
19
  /**
20
- * The full URI corresponding to the API intended for request, including path parameter substitutions.
20
+ * The `getItemOffers` resource path without any query parameters. **Example:** `/products/pricing/v0/items/B000P6Q7MY/offers`
21
21
  * @type {string}
22
22
  * @memberof BatchRequest
23
23
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/product-pricing-api-v0",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer information for Amazon Marketplace products.",
5
- "version": "1.11.5",
5
+ "version": "1.11.8",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -26,8 +26,8 @@
26
26
  "test": "jest"
27
27
  },
28
28
  "dependencies": {
29
- "@sp-api-sdk/auth": "^1.9.21",
30
- "@sp-api-sdk/common": "^1.9.7",
29
+ "@sp-api-sdk/auth": "^1.9.23",
30
+ "@sp-api-sdk/common": "^1.9.9",
31
31
  "axios": "^0.27.2"
32
32
  },
33
33
  "repository": {
@@ -52,5 +52,5 @@
52
52
  "typedoc": {
53
53
  "entryPoint": "./index.ts"
54
54
  },
55
- "gitHead": "87de54d3e7d47fd187a15c558350620d6c5b50af"
55
+ "gitHead": "6e5341c171eec45c0956f2333c20a568a3f878b2"
56
56
  }