GET /api/checkout/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Tue, 17 Dec 2019 17:36:40 GMT
Vary: Accept

{
    "authenticated": false,
    "guest_email": null,
    "user_type": "anonymous",
    "basket": {
        "status": "Open",
        "all_lines": [],
        "tax_breakdown": [],
        "shop_credits_total": 0.0,
        "total_bundle_discount_incl_tax": 0.0,
        "total_digital_incl_tax": 0.0,
        "total_default_discount": 0.0,
        "total_discount": 0.0,
        "total_discount_base_price": 0.0,
        "total_excl_discount": 0.0,
        "total_excl_tax": 0.0,
        "total_excl_tax_excl_discounts": 0.0,
        "total_incl_tax": 0.0,
        "total_incl_tax_excl_discounts": 0.0,
        "total_quantity_discount_incl_tax": 0.0,
        "total_retail_discount_excl_tax": 0.0,
        "total_retail_discount_incl_tax": 0.0,
        "total_retail_price_excl_tax": 0.0,
        "total_retail_price_incl_tax": 0.0,
        "total_set_discount_incl_tax": 0.0,
        "total_sticker_discount_incl_tax": 0.0,
        "total_tax": 0,
        "icl_info": "",
        "upsell_messages": [],
        "offer_discounts": [],
        "shipping_discounts": [],
        "shipping_charge": 0,
        "vouchers_info": [],
        "giftcards_info": {},
        "expected_delivery": ""
    },
    "billing": {
        "step_completed": false,
        "address": null
    },
    "shipping": {
        "step_completed": true,
        "charge": 0.0,
        "address": null
    },
    "payment": {
        "step_completed": true,
        "charge": null,
        "method": {
            "code": null,
            "issuer": null,
            "help_text": ""
        }
    }
}