List modifiers
Authentication
Headers
Scope the request to a specific store / account instead of the one resolved from the API key. Aliases: the x-account-id header, or the application_account_id / account_id query parameter.
Scope the request to a specific store / account instead of the one resolved from the API key. Aliases: the x-account-id header, or the application_account_id / account_id query parameter.
Returns a paginated list of the modifiers belonging to the authenticated merchant’s store, each one including its options.
x-api-key (alias x-account-api-key).Merchant.product.read.FilterModifierDto extends PaginationDto)page (default 1) and per_page (default 10). Set per_page=0 to return every record.name — case-insensitive contains filter on the modifier name.sort — ordering over the allowed fields createdAt, name (e.g. sort=name:asc).Envelope with _metadata (page, per_page, total_page, total_count) and records, where each record embeds its options array.
Notas: Handler: modifierService.findAll. Results are always scoped to the caller’s storeId. per_page=0 disables pagination (_metadata.per_page then equals total_count).
Sort by one or more fields, comma-separated.
Allowed fields: createdAt, name
Formats: field (ascending by default), +field, -field, field:asc, field:desc (| also works as the separator).