orderTagOptions
Returns available order tag options with order counts. Supports keyword search and a configurable limit for the dropdown.
orderTagOptions(
keyword: String
limit: Int = 20
): [FilterOption!]!
Arguments
orderTagOptions.keyword ● String scalar
Search tags by name.
orderTagOptions.limit ● Int scalar
Maximum number of tags to return.
Type
FilterOption object
Represents a filtering option queries.