producteca-sdk
Advanced tools
Comparing version 8.5.0 to 8.6.0
@@ -30,2 +30,3 @@ (function() { | ||
this.updatePrices = bind(this.updatePrices, this); | ||
this.createVariationIntegration = bind(this.createVariationIntegration, this); | ||
this.updateVariationPictures = bind(this.updateVariationPictures, this); | ||
@@ -193,2 +194,8 @@ this.addVariationPictures = bind(this.addVariationPictures, this); | ||
ProductsApi.prototype.createVariationIntegration = function(productId, variationId, variationIntegration) { | ||
var url; | ||
url = "/products/" + productId + "/variations/" + variationId + "/integrations"; | ||
return this.client.postAsync(url, variationIntegration); | ||
}; | ||
ProductsApi.prototype.updatePrices = function(id, update) { | ||
@@ -195,0 +202,0 @@ return this.client.putAsync("/products/" + id + "/prices", update); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "8.5.0", | ||
"version": "8.6.0", | ||
"main": "build/sdk.js", | ||
@@ -23,3 +23,4 @@ "dependencies": { | ||
"coffee-script": "^1.12.4", | ||
"grunt": "^1.0.4", | ||
"coffeescript": "^2.5.1", | ||
"grunt": "^1.4.1", | ||
"grunt-bump": "^0.3.1", | ||
@@ -26,0 +27,0 @@ "grunt-contrib-clean": "~0.5.0", |
46065
22
867
12