AdminGetProductTypesParams
Parameters used to filter and configure the pagination of the retrieved product types.
Properties
id
string | string[] | StringComparisonOperatorIDs to filter product types by.
q
stringSearch terms to search product types' value.
value
string | string[] | StringComparisonOperatorValues to filter product types by.
created_at
DateComparisonOperatorDate filters to apply on the product types' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.updated_at
DateComparisonOperatorDate filters to apply on the product types' updated_at
date.
updated_at
DateComparisonOperatorupdated_at
date.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
-
.discount_condition_id
stringFilter product types by their associated discount condition's ID.
offset
numberThe number of items to skip when retrieving a list.
Default: 0
limit
numberLimit the number of items returned in the list.
Default: 20
Was this section helpful?