get
https://example.com/v1/operations//lines
Returns the list of variants associated with a given Operation.
Feature flag
- Requires
OPERATIONSto be active.
Access control
- OPERATOR clients can access any Operation.
- ACCOUNT clients can only access Operations they own (ownerId = customerUserId), and only if the
OPERATIONS_READpermission is granted and they belong to the effective store (headerdj-storeif provided, otherwise tenant default store).
Filters
- Supported filters:
variantIds,variantName,minQuantity,maxQuantity,recommendedQuantity. - Filters are combined with logical AND. Multiple values of the same filter use OR logic.
- Unknown values are ignored.
Sorting
- Default sorting is by
variantId|asc. - Multiple sort criteria are supported among
variantId,variantName,minQuantity,maxQuantity, andrecommendedQuantity.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Invalid query parameter format.
401Unauthorized. Missing or invalid authentication token.
403Forbidden. One of the following applies:
- Access denied: only OPERATOR or ACCOUNT clients are allowed.
- Operation feature is disabled.
- Permission denied: caller lacks
OPERATIONS_READor store membership.
404Operation not found.
500Unexpected server error.

