Skip to main content
Skip to main content

StoreGetProductTagsParams

Parameters used to filter and configure the pagination of the retrieved product tags.

constructor


Properties

Date filters to apply to the product tags' created_at date.
discount_condition_idstring
Filter product tags by the ID of their associated discount condition.
idstring | string[] | StringComparisonOperator
IDs to filter product tags by.
limitnumber
Limit the number of items returned in the list.

Default: 20

offsetnumber
The number of items to skip when retrieving a list.

Default: 0

orderstring
The field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with -.
qstring
Search term to search product tags' values.
Date filters to apply to the product tags' updated_at date.
valuestring | string[] | StringComparisonOperator
Values to filter product tags by.
Was this section helpful?