Get Inventory List
The list is obtained by calling this method.
new GC.InventoryService().getCatalogueAll(placeID, [skuId, skuId], customImgSize)
placeID is an optional field
you can also pass skuId in an array as one or more SKUs, this is an optional parameter.
customImgSize is optional field { height: number; width: number;}
This parameter customizes the size of the sku image when responding.
Updated about 1 year ago