AdminGetProductTagsParams
Parameters used to filter and configure the pagination of the retrieved product tags.
Properties
created_atDateComparisonOperatorDate filters to apply on the product tags' created_at date.
created_atDateComparisonOperatorcreated_at date.discount_condition_idstringFilter product tags by their associated discount condition's ID.
idstring | string[] | StringComparisonOperatorIDs to filter product tags by.
limitnumberRequiredLimit the number of items returned in the list.
Default: 10
offsetnumberRequiredThe number of items to skip when retrieving a list.
Default: 0
orderstringThe field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with
-.qstringSearch term to search product tags' value.
updated_atDateComparisonOperatorDate filters to apply on the product tags' updated_at date.
updated_atDateComparisonOperatorupdated_at date.valuestring | string[] | StringComparisonOperatorValues to search product tags by.
Was this section helpful?