FilterablePriceListProps
Filters to apply on the retrieved price lists.
constructor
Properties
idstringIDs to filter price lists by.
qstringSearch terms to search price lists' description, name, and customer group's name.
statusPriceListStatus[]Statuses to filter price lists by.
statusPriceListStatus[]namestringName to filter price lists by.
customer_groupsstring[]Filter price lists by their associated customer groups.
descriptionstringDescription to filter price lists by.
typePriceListType[]Types to filter price lists by.
typePriceListType[]created_atDateComparisonOperatorDate filters to apply on the price lists' created_at date.
created_atDateComparisonOperatorcreated_at date.updated_atDateComparisonOperatorDate filters to apply on the price lists' updated_at date.
updated_atDateComparisonOperatorupdated_at date.deleted_atDateComparisonOperatorDate filters to apply on the price lists' deleted_at date.
deleted_atDateComparisonOperatordeleted_at date.Was this section helpful?