StoreGetProductTypesParams
Parameters used to filter and configure the pagination of the retrieved product types.
Properties
created_atDateComparisonOperatorDate filters to apply on the product types'
created_at date.discount_condition_idstringFilter product types by the ID of their associated discount condition.
idstring | string[] | StringComparisonOperatorIDs to filter product types by.
limitnumberLimit the number of items returned in the list.
Default: 20
offsetnumberThe 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 types' values.
updated_atDateComparisonOperatorDate filters to apply on the product types'
updated_at date.valuestring | string[] | StringComparisonOperatorValues to filter product types by.
Was this section helpful?