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.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Authentication required.
403Forbidden. Either unauthorized user type, feature disabled, or store membership denied.
404Operation not found or not visible to the caller on the effective store.
422One or more query parameters are invalid.
500Unexpected server error.
