Product item #
{
"id": 123,
"title": "Tên sản phẩm",
"description": "...",
"currency": "VND",
"provider": "sun",
"updated_at": 1760000000,
"packages": [ ... ]
}
Package item #
{
"id": 1,
"title": "Gói 1",
"description": "...",
"include": "...",
"exclude": "...",
"terms_service": "...",
"status": 1,
"prices": [ ... ]
}
Price item #
{
"id": 999,
"from_date": 1760000000,
"to_date": 1760600000,
"exclude_dates": [
{ "timestamp": 1760200000, "date": "2026-05-12" }
],
"price_rules": [
{
"title": "Người lớn",
"description": "",
"price_rule_id": 11,
"price": 450000
}
]
}
