Skip to content

Instantly share code, notes, and snippets.

@Iverson
Created October 16, 2015 12:02
Show Gist options
  • Save Iverson/0a5b9246496a4332b4f4 to your computer and use it in GitHub Desktop.
Save Iverson/0a5b9246496a4332b4f4 to your computer and use it in GitHub Desktop.
{
"version": "1.1.1",
"magento_version": "1.9.2.0",
"page": {
"om:site": "1",
"category": "checkout",
"om:checkout_stage": "review"
},
"user": {
"language": "en_GB",
"returning": true,
"name": "qwerty qwerty",
"user_id": "215388",
"email": "[email protected]"
},
"basket": {
"id": "532043",
"currency": "GBP",
"subtotal": 8.99,
"subtotal_include_tax": true,
"tax": 0,
"shipping_cost": 0,
"shipping_method": "",
"voucher": "",
"voucher_discount": 0,
"total": 8.99,
"line_items": [{
"product": {
"id": "1244",
"sku_code": "BYOB-001-lux_20370-lux_20378-lux_200376",
"name": "BYOB Box 1",
"url": "http://test.latestinbeauty.com/byob-box-1.html"
},
"subtotal": 8.99,
"total_discount": 0,
"quantity": 1
}, {
"product": {
"id": "988",
"sku_code": "lux_20370",
"name": "Hammam Delight Shower Gel Foam",
"url": "http://test.latestinbeauty.com/rituals-hammam-delight-shower-gel-foam-50ml.html"
},
"subtotal": 0,
"total_discount": 0,
"quantity": 1
}, {
"product": {
"id": "994",
"sku_code": "lux_20378",
"name": "White Lily & Damask Rose Body Lotion",
"url": "http://test.latestinbeauty.com/sanctuary-spa-white-lily-damask-rose-body-lotion-75ml-1053.html"
},
"subtotal": 0,
"total_discount": 0,
"quantity": 1
}, {
"product": {
"id": "1213",
"sku_code": "lux_200376",
"name": "Herbal Bath Oil (Lavender)",
"url": "http://test.latestinbeauty.com/kneipp-herbal-bath-oil-lavender.html"
},
"subtotal": 0,
"total_discount": 0,
"quantity": 1
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment