get https://example.com/v1/shop/operations
Returns the list of ACTIVE Operations visible to the caller's account on the effective store.
Feature flag
- Requires
OPERATIONSto be active.
User scoping
- Only
ACCOUNTusers are allowed.
Store scoping
- Effective store is the
dj-storeheader if provided, otherwise the tenant default store. - Caller must be attached to the effective store; otherwise 403.
Visibility
- Only Operations with status
ACTIVEand currently in time window are returned (nowwithin[startDate, endDate], inclusive). PUBLICare visible to all accounts on the store.PRIVATErequire an explicit association with the caller's account.
Locales
- Optional
localequery param. If unknown for the store, the store default locale is used (fallback).
Filters
- AND between different filter keys, OR between values of the same key. Unknown values are ignored.
- If a date
Tois earlier than its correspondingFrom, the pair is ignored.
Sorting
- Multiple sort criteria supported among
createdAt,startDate,endDate,name. - Default:
startDate:asc, thenname:ascas implicit tie-breaker.
