FilterablePriceListProps
Filters to apply on the retrieved price lists.
Constructors
constructor
**new FilterablePriceListProps**()
Properties
created_at
DateComparisonOperatorDate filters to apply on the price lists'
created_at
date.customer_groups
string[]Filter price lists by their associated customer groups.
deleted_at
DateComparisonOperatorDate filters to apply on the price lists'
deleted_at
date.description
stringDescription to filter price lists by.
id
stringIDs to filter price lists by.
name
stringName to filter price lists by.
q
stringSearch terms to search price lists' description, name, and customer group's name.
status
PriceListStatus[]Statuses to filter price lists by.
type
PriceListType[]Types to filter price lists by.
updated_at
DateComparisonOperatorDate filters to apply on the price lists'
updated_at
date.Was this section helpful?