OPERATION-551 - List Operation lines

Returns the paginated list of product lines (variants) for a single Operation, visible to the caller's account on the effective store.

Feature flag

  • Requires OPERATIONS to be active.

User scoping

  • Only ACCOUNT users are allowed.

Store scoping

  • Effective store is the dj-store header if provided, otherwise the tenant default store.
  • Caller must be attached to the effective store; otherwise 403.

Visibility

  • Operation must be ACTIVE and currently in time window (now within [startDate, endDate], inclusive).
  • PUBLIC: all variants applicable to the caller's account/catalogue view are returned.
  • PRIVATE: variants are returned only if the caller's account is associated to the Operation and variants are applicable to the account/catalogue view.

Locales

  • Optional locale query param (IETF, e.g. en-GB). If unknown for the store, the store default locale is used (fallback). Localised fields are returned in singular form (e.g. variantName).

Scope

  • This endpoint returns Operation lines only (no Operation metadata). Use /v1/shop/operations/{operationId} for Operation details.
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!