AdminGetProductTagsParams
Parameters used to filter and configure the pagination of the retrieved product tags.
Properties
limit
numberRequiredLimit the number of items returned in the list.
Default: 10
offset
numberRequiredThe number of items to skip when retrieving a list.
Default: 0
created_at
DateComparisonOperatorDate filters to apply on the product tags' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.discount_condition_id
stringFilter product tags by their associated discount condition's ID.
id
string | string[] | StringComparisonOperatorIDs to filter product tags by.
order
stringThe field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with
-
.q
stringSearch term to search product tags' value.
updated_at
DateComparisonOperatorDate filters to apply on the product tags' updated_at
date.
updated_at
DateComparisonOperatorupdated_at
date.value
string | string[] | StringComparisonOperatorValues to search product tags by.
Was this section helpful?