get https://example.com/v1/shop/operations/
Returns the details of a single Operation 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
- Operation must be
ACTIVEand currently in time window (nowwithin[startDate, endDate], inclusive). PUBLICare visible to all accounts on the effective store.PRIVATErequire an explicit association with the caller's account.- If the Operation is not visible under these rules, the API returns 404.
Locales
- Optional
localequery param (IETF, e.g.en-GB). If unknown for the store, the store default locale is used (fallback).
Scope
- This endpoint returns Operation metadata only (no product lines). Use
/v1/shop/operations/{operationId}/linesfor items.
