node-shopify
Advanced tools
Comparing version 5.3.2 to 5.3.3
@@ -427,3 +427,3 @@ "use strict"; | ||
}; | ||
const url = `/admin/api/2021-01/products/632910392/variants.json`; | ||
const url = `/admin/api/2021-01/products/${productId}/variants.json`; | ||
const { data } = (yield this.instance.post(url, payload)).unwrap(); | ||
@@ -430,0 +430,0 @@ if (!data) { |
{ | ||
"name": "node-shopify", | ||
"version": "5.3.2", | ||
"version": "5.3.3", | ||
"description": "module for creating Shopify API calls", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"http-instance": "^6.0.2", | ||
"node-result": "^6.0.1" | ||
"node-result": "^6.2.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
38776
Updatednode-result@^6.2.0