{
"rootfi_id": 157,
"rootfi_created_at": "2024-01-22T05:07:31.465Z",
"rootfi_updated_at": "2024-01-22T05:07:31.000Z",
"rootfi_company_id": 1089,
"platform_id": "123456",
"currency_id": "1234567890",
"reference": "123456",
"created_at": "2024-01-22T05:07:31.465Z",
"updated_at": "2024-01-22T05:07:31.000Z",
"order_name": "John Doe",
"order_number": "123456",
"description": "John Doe",
"total_discount": 100,
"sub_total": 100,
"tax_amount": 100,
"total_amount": 100,
"amount_due": 100,
"order_status": "ACTIVE",
"payment_status": "ACTIVE",
"line_items": [
{
"item_id": "123456",
"tax_id": "123456",
"line_item_type_id": "123456",
"line_item_type": "ECOMMERCE_ORDERS",
"description": "This is a description",
"unit_amount": 100,
"quantity": 1,
"total_discount": 100,
"tax_amount": 100,
"sub_total": 100,
"total_amount": 100
}
]
}