{
"attributes": {
"order_id": "ORD-001",
"order_number": "1001",
"order_url": "https://example.com/account/orders/ORD-001",
"order_status": "confirmed",
"checkout_id": "CHK-001",
"cart_id": "CART-789",
"total_items": 1,
"total_quantity": 1,
"total_unique_items": 1,
"subtotal": 89.99,
"discount_total": 0.00,
"shipping_cost": 5.00,
"tax_total": 7.20,
"total": 102.19,
"currency": "USD",
"coupon_code": null,
"coupon_discount": 0.00,
"discount_percentage": 0,
"payment_method": "credit_card",
"payment_status": "paid",
"transaction_id": "TXN-555666",
"shipping_method": "FedEx Priority",
"shipping_tier": "express",
"estimated_delivery_date": "2026-02-08T18:00:00+05:30",
"tracking_number": "TRK-000111",
"tracking_url": "https://fedex.com/track/TRK-000111",
"shipping_address": {
"first_name": "John",
"last_name": "Doe",
"address_line1": "123 Main St",
"address_line2": "Apt 4B",
"city": "Mumbai",
"state": "Maharashtra",
"postal_code": "400001",
"country": "India",
"phone": "+910000000000"
},
"billing_address": {
"first_name": "John",
"last_name": "Doe",
"address_line1": "123 Main St",
"city": "Mumbai",
"state": "Maharashtra",
"postal_code": "400001",
"country": "India",
"phone": "+910000000000"
},
"is_first_purchase": true,
"is_guest_checkout": false,
"checkout_duration": 450,
"order_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"
}
]
}
}