FilterablePriceListProps
Filters to apply on the retrieved price lists.
constructor
Properties
id
stringIDs 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.
status
PriceListStatus[]name
stringName to filter price lists by.
customer_groups
string[]Filter price lists by their associated customer groups.
description
stringDescription to filter price lists by.
type
PriceListType[]Types to filter price lists by.
type
PriceListType[]created_at
DateComparisonOperatorDate filters to apply on the price lists' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.updated_at
DateComparisonOperatorDate filters to apply on the price lists' updated_at
date.
updated_at
DateComparisonOperatorupdated_at
date.deleted_at
DateComparisonOperatorDate filters to apply on the price lists' deleted_at
date.
deleted_at
DateComparisonOperatordeleted_at
date.Was this section helpful?