AdminGetSalesChannelsParams
Parameters used to filter and configure the pagination of the retrieved sales channels.
Properties
created_atDateComparisonOperatorDate filters to apply on sales channels'
created_at field.deleted_atDateComparisonOperatorDate filters to apply on sales channels'
deleted_at field.descriptionstringDescription to filter sales channels by.
expandstringComma-separated relations that should be expanded in the returned data.
fieldsstringComma-separated fields that should be included in the returned data.
idstringID to filter sales channels by.
limitnumberLimit the number of items returned in the list.
Default: 20
namestringName to filter sales channels 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 term to search sales channels' names and descriptions.
updated_atDateComparisonOperatorDate filters to apply on sales channels'
updated_at field.Was this section helpful?