AdminGetSalesChannelsParams
Parameters used to filter and configure the pagination of the retrieved sales channels.
Properties
id
stringID to filter sales channels by.
q
stringSearch term to search sales channels' names and descriptions.
name
stringName to filter sales channels by.
description
stringDescription to filter sales channels by.
created_at
DateComparisonOperatorDate filters to apply on sales channels' created_at
field.
created_at
DateComparisonOperatorcreated_at
field.updated_at
DateComparisonOperatorDate filters to apply on sales channels' updated_at
field.
updated_at
DateComparisonOperatorupdated_at
field.deleted_at
DateComparisonOperatorDate filters to apply on sales channels' deleted_at
field.
deleted_at
DateComparisonOperatordeleted_at
field.order
stringThe field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with
-
.expand
stringComma-separated relations that should be expanded in the returned data.
fields
stringComma-separated fields that should be included in the returned data.
if a field is prefixed with
+
it will be added to the default fields, using -
will remove it from the default fields.
without prefix it will replace the entire default fields.offset
numberThe number of items to skip when retrieving a list.
Default: 0
limit
numberLimit the number of items returned in the list.
Default: 20
Was this section helpful?