-
I have followed your guide:
1. Set up Moltin credential that include: client_id and secret_id
2. Install dependencies.
3. Install graphicsmagick.
4. Finally, run app.js "path/to/Adventure Works 20…
-
Previously in V1, you could filter products by Category; it seems you cannot do that now in the SDK.
My current v1 implementation of moltin requires the capability to do this.
I would prefer not to …
-
@pveller Hi Master.
How can I loading data from Moltin to Bot and searching them with azure search?
Please help or share any documents about this.
Thanks.
Best regards.
-
Hi!
Calling `await Moltin.Products.UpdateRelationships(moltinId, 'category', [])` to clear all `Product Category` relationships fails with the following error:
````JSON
{
"message": {
…
-
i get this when trying to install this package, already tried a couple solutions that google mentioned but only thing working is doing ``"@moltin/sdk": "https://github.com/moltin/js-sdk.git"`` in pack…
-
Hi,
When I call `gateway.Products.Delete(UUID)`, my code breaks with **UnhandledPromiseRejectionWarning**. I can't seem to catch the error by `.catch(e => console.log(e))` either.
I tested the…
-
Hi guys!
I've been trying to use the sdk with Angular 2 (actually the 4.1.3 version) initializing the Molltin package as a service, but without success.
The following code, is the typical used …
-
Hi there,
I just started to use the moltin js-sdk and have read almost everywhere but can't find how to get the main-image url for the product? the Files section of the Wiki is missing for somethin…
-
I prefer using Jenkins instead of Travis but i am unable to get semantic-release running on the Jenkins Server.
This the error thrown when running on Jenkins:
```semantic-release ERR! commits The…
kreck updated
6 years ago
-
Hey in the products wiki page
```javascript
Moltin.Products.Create({
name: 'A new product',
slug: 'a-new-product',
sku: '00001',
manage_stock: true,
description: 'A fantastic, new p…