{
"id": "wa_ord_1234abcd",
"status": "pending",
"reference_id": "ext_ord_1245",
"external_id": "ext_ord_1245",
"product_type": "digital_goods",
"subtotal": 20000,
"tax": 0,
"tax_description": null,
"shipping": 0,
"shipping_description": null,
"discount": 0,
"discount_description": null,
"total_amount": 20000,
"expiration": "2025-11-29T05:40:02.559Z",
"expiration_description": null,
"contact": {
"phone_number": "+919988776655",
"name": "John Doe"
},
"items": [
{
"id": 1,
"product_id": 1,
"name": "Product 1",
"quantity": 1,
"amount": 10000,
"sale_amount": 10000,
"currency": null
},
{
"id": 2,
"product_id": 3,
"name": "Product 2",
"quantity": 1,
"amount": 10000,
"sale_amount": 10000,
"currency": null
}
],
"created_at": "2025-11-28T05:40:02.593Z",
"updated_at": "2025-11-28T05:40:02.593Z"
}