Sponsoring

kit.json

Returns details of a kit with pricing, images and descriptions

method: GET

secured: true

url: /v1/promote/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",
    "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
        }
    }],
    "success": true,
    "error": null
}