{
"attributes": {
"checkout_id": "CHK-001",
"checkout_url": "https://example.com/checkout/resume/CHK-001",
"cart_id": "CART-789",
"total_items": 2,
"total_quantity": 2,
"total_unique_items": 2,
"subtotal": 339.98,
"discount_total": 50.00,
"shipping_cost": 15.00,
"tax_total": 28.50,
"total": 333.48,
"currency": "USD",
"coupon_code": "WELCOME10",
"coupon_discount": 34.00,
"discount_percentage": 10,
"shipping_method": "UPS Ground",
"shipping_tier": "standard",
"estimated_delivery_date": "2026-02-12T18:00:00+05:30",
"payment_method": "credit_card",
"checkout_step": "information",
"checkout_step_number": 2,
"is_guest_checkout": false,
"is_first_purchase": true,
"checkout_source": "web_store",
"products": [
{
"product_id": "PROD-123",
"product_name": "Leather Boots",
"sku": "BT-001",
"price": 89.99,
"quantity": 1,
"total": 89.99,
"product_url": "https://example.com/products/boots",
"image_url": "https://example.com/images/boots.jpg"
},
{
"product_id": "PROD-456",
"product_name": "Wireless Headphones",
"sku": "HP-002",
"price": 249.99,
"quantity": 1,
"total": 249.99,
"product_url": "https://example.com/products/headphones",
"image_url": "https://example.com/images/headphones.jpg"
}
]
}
}