{
"id": "order_def456",
"orderId": "ORD-001",
"orderNumber": "1001",
"status": "active",
"fulfillmentStatus": "unfulfilled",
"financialStatus": "pending",
"total": 150000,
"currency": null,
"customer": {
"id": "cust_abc123",
"firstName": "John",
"lastName": "Doe",
"email": "john@example.com",
"phoneNumber": "+6281234567890"
},
"lineItems": [
{
"id": "li_001",
"quantity": 2,
"price": 75000,
"title": "Premium T-Shirt"
}
],
"shippingAddress": {
"firstName": "John",
"lastName": "Doe",
"address1": "Jl. Sudirman No. 1",
"city": "Jakarta",
"province": "DKI Jakarta",
"country": "ID",
"zip": "10110"
},
"tags": [],
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-15T10:30:00.000Z"
}