Shopping
cart.json
The contents of your shopping cart as well as basic information like total value (in PV, BV and cost)
method: GET
secured: true
url: /v1/shopping/cart.json
If sucessfull you will see a response like this:
{ "TotalQuantity": 1, "TotalPrice": "$41.00", "FormattedTotalPv": "36", "TotalPv": 36, "TotalBv": 44.3, "Items": [ { "SKU": "3010", "Title": "Tre' Nutritional Essence", "Subtitle": "32 fluid oz. (950 mL)", "Image": "http://s3.amazonaws.com/static.gnld.com/us/category/neolifeclubapp/bestsellers/tre/app_image_m.png", "Quantity": 1, "QuantityOfCases": 0, "QuantityOfSingles": 1, "Pv": 36, "Bv": 44.3, "Price": "$41.00", "PriceOfCases": "$0.00", "PriceOfSingles": "$41.00", "IsVatTaxIncluded": false, "Adjustable": true } ], "IsPriceListShowInteger": false, "success": true, "error": null }