{
"error": false,
"message": "Order status retrieved successfully",
"data": {
"order_uid": "550e8400-e29b-41d4-a716-446655440000",
"status": "completed",
"buyer": {
"team_uid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"team_name": "Acme Corporation",
"workspace_uid": "123e4567-e89b-12d3-a456-426614174000",
"workspace_name": "Production Workspace"
},
"domains": [
{
"domain_id": "507f1f77bcf86cd799439011",
"domain_name": "example-business.com",
"mailboxes_count": 5,
"dns_records_count": 12,
"consent_screen_url": "https://consent.example.com/oauth/authorize?client_id=abc123"
},
{
"domain_id": "507f1f77bcf86cd799439012",
"domain_name": "marketing-domain.net",
"mailboxes_count": 3,
"dns_records_count": 8,
"consent_screen_url": null
}
],
"sequencer_uid": "98765432-1234-5678-9abc-def012345678",
"stats": {
"total_domains": 2,
"total_mailboxes": 8,
"total_dns_records": 20
},
"pricing": {
"price_per_mailbox": 8.5,
"total_price": 68
},
"processing": {
"started_at": "2024-01-15T10:30:00.000Z",
"completed_at": "2024-01-15T10:35:22.000Z",
"error_message": null
},
"createdAt": "2024-01-15T10:25:00.000Z",
"updatedAt": "2024-01-15T10:35:22.000Z"
}
}