AdminGetPriceListPaginationParams
Parameters used to filter and configure the pagination of the retrieved price lists.
Properties
created_atDateComparisonOperatorDate filters to apply on the price lists'
created_at date.customer_groupsstring[]Filter price lists by their associated customer groups.
deleted_atDateComparisonOperatorDate filters to apply on the price lists'
deleted_at date.descriptionstringDescription to filter price lists by.
expandstringComma-separated relations that should be expanded in the returned data.
idstringIDs to filter price lists by.
limitnumberLimit the number of items returned in the list.
Default: 10
namestringName to filter price lists by.
offsetnumberThe number of items to skip when retrieving a list.
Default: 0
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
-.qstringSearch terms to search price lists' description, name, and customer group's name.
statusPriceListStatus[]Statuses to filter price lists by.
typePriceListType[]Types to filter price lists by.
updated_atDateComparisonOperatorDate filters to apply on the price lists'
updated_at date.Was this section helpful?