Skip to main content
Skip to main content

StoreGetProductTypesParams

Parameters used to filter and configure the pagination of the retrieved product types.

Properties

idstring | string[] | StringComparisonOperator
IDs to filter product types by.
qstring
Search term to search product types' values.
valuestring | string[] | StringComparisonOperator
Values to filter product types by.
Date filters to apply on the product types' created_at date.
Date filters to apply on the product types' updated_at date.
orderstring
The 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_idstring
Filter product types by the ID of their associated discount condition.
offsetnumber
The number of items to skip when retrieving a list.

Default: 0

limitnumber
Limit the number of items returned in the list.

Default: 20

Was this section helpful?