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