Create Shopping Cart
Create cart by by adding products to the cart and sending objects in the array, indicating the SKUs and quantity
example skusArray - [{skuId: id, quantity: count}]
new GC.OrderService().createCart(skusArray, placeId)
skusArray and placeID are required
Updated over 1 year ago