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.
