Shopping

kit.json

Returns details of a kit with pricing, images and descriptions

method: GET

secured: true

url: /v1/shopping/kit/[Kit Type]/[Kit GUID].json

hint: Use the Url property of the kits.json API

If sucessfull you will see a response like this:

{
    "Guid": "Optimal_ver1",
    "Image": "http://s3.amazonaws.com/static.gnld.com/neolifeclub/us/en/kit/optimal/landingpage_m.png",
    "Title": "Breakfast Pack",
    "Selector": "COUNT",
    "SelectorMetaData": {
        "Flavors": 3
    },
    "Type": "KIT",
    "FastFacts": [
        {
            "Title": "NeoLifeShake",
            "Url": "http://s3.amazonaws.com/static.gnld.com/us/product/3840/fastfacts.pdf"
        },
        {
            "Title": "Pro Vitality+",
            "Url": "http://s3.amazonaws.com/static.gnld.com/us/product/3143/fastfacts.pdf"
        }
    ],
    "Overview": "Healthy start to an energy filled day",
    "Products": [{
        "Title": "Breakfast Pack",
        "Image": "http://s3.amazonaws.com/static.gnld.com/neolifeclub/us/es/kit/newclub1000/landingpage_m.png",
        "Pv": 90,
        "Bv": 0,
        "CasePv": 0,
        "CaseBv": 0,
        "CaseSize": 0,
        "Retail": {
            "Singles": 143,
            "Cases": 0
        },
        "Member": {
            "Singles": 121.5,
            "Cases": 0
        },
        "Confidential": {
            "Singles": 106.95,
            "Cases": 0
        }
    }],
    "Details": [
        {
            "Key": "app_Proven",
            "Html": "...",
            "Image": "http://s3.amazonaws.com/static.gnld.com/us/kit/optimal_ver1/detail/app_proven/image_m.png",
            "Expanded": {
                "Title": "Heading",
                "SubTitle": "Sub Heading",
                "Body": "A bunch of information\r\nA bunch of extra information"
            }
        }
    ],
    "Slogan": null,
    "success": true,
    "error": null
}}