GET /api/v2/_basket/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 8,
"status": "Open",
"lines": [],
"url": "http://granitogresglobal.fegno.com/api/v2/baskets/8/?format=api",
"currency": "INR",
"currency_symbol": null,
"total_excl_tax_excl_discounts": "0.00",
"total_incl_tax_excl_discounts": "0.00",
"total_discount": 0.0,
"total_excl_tax": "0.00",
"total_tax": "0.00",
"total_incl_tax": "0.00",
"shipping": {
"currency": null,
"excl_tax": 0.0,
"tax_code": null,
"incl_tax": 0.0,
"is_tax_known": true
},
"shipping_methods": {
"self-shipping": {
"name": "Own Delivery",
"calculation": {
"currency": null,
"excl_tax": 0.0,
"tax_code": null,
"incl_tax": 0.0,
"is_tax_known": true
}
}
},
"net_total": {
"currency": null,
"excl_tax": 0.0,
"tax_code": null,
"incl_tax": 0.0,
"is_tax_known": true
},
"available_deliveries": []
}