Cart ID.
{
"cartId": "aGVsbG8gd29ybGQ="
}
{
"data": {
"cart": {
"id": "aGVsbG8gd29ybGQ=",
"email": null,
"total_quantity": 3,
"items": [
{
"uid": "MQ==",
"quantity": 2,
"product": {
"uid": "NDI=",
"sku": "WS-001",
"name": "Blue Cotton Shirt",
"small_image": { "url": "https://mystore.com/media/catalog/product/w/s/ws-001.jpg" }
},
"prices": {
"price": { "value": 29.99, "currency": "USD" },
"row_total": { "value": 59.98, "currency": "USD" }
}
}
],
"prices": {
"grand_total": { "value": 99.97, "currency": "USD" },
"subtotal_excluding_tax": { "value": 94.97, "currency": "USD" },
"subtotal_including_tax": { "value": 94.97, "currency": "USD" },
"applied_taxes": [],
"discounts": []
},
"shipping_addresses": [],
"billing_address": null,
"selected_payment_method": { "code": "", "title": "" },
"available_payment_methods": [
{ "code": "checkmo", "title": "Check / Money order" },
{ "code": "cashondelivery", "title": "Cash On Delivery" }
]
}
}
}