@pintahub/shopify-api 1.1.9 → 1.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.
@@ -31,6 +31,16 @@ class GetProduct extends ActionBuilder_1.ActionBuilder {
31
31
  width
32
32
  height
33
33
  }
34
+ priceRangeV2 {
35
+ maxVariantPrice {
36
+ amount
37
+ currencyCode
38
+ }
39
+ minVariantPrice {
40
+ amount
41
+ currencyCode
42
+ }
43
+ }
34
44
  productType
35
45
  title
36
46
  descriptionHtml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/shopify-api",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",