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