{
"items": [
{
"id": "promo_123",
"name": "Summer Sale",
"code": "SUMMER20",
"enabled": true,
"automatic": false,
"usageLimit": 100,
"usageCount": 42,
"startDate": "2025-06-01T00:00:00.000Z",
"endDate": "2025-08-31T23:59:59.000Z"
}
],
"total": 1,
"pageCount": 1
}Get all promotions for a specific store with filtering, sorting, and pagination
{
"items": [
{
"id": "promo_123",
"name": "Summer Sale",
"code": "SUMMER20",
"enabled": true,
"automatic": false,
"usageLimit": 100,
"usageCount": 42,
"startDate": "2025-06-01T00:00:00.000Z",
"endDate": "2025-08-31T23:59:59.000Z"
}
],
"total": 1,
"pageCount": 1
}