AdminGetSalesChannelsParams
Parameters used to filter and configure the pagination of the retrieved sales channels.
constructor
Parameters
args
unknown[]RequiredProperties
created_at
DateComparisonOperatorDate filters to apply on sales channels' created_at
field.
created_at
DateComparisonOperatorcreated_at
field.deleted_at
DateComparisonOperatorDate filters to apply on sales channels' deleted_at
field.
deleted_at
DateComparisonOperatordeleted_at
field.description
stringDescription to filter sales channels by.
expand
stringComma-separated relations that should be expanded in the returned data.
fields
stringComma-separated fields that should be included in the returned data.
id
stringID to filter sales channels by.
limit
numberLimit the number of items returned in the list.
Default: 20
name
stringName to filter sales channels by.
offset
numberThe number of items to skip when retrieving a list.
Default: 0
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
-
.q
stringSearch term to search sales channels' names and descriptions.
updated_at
DateComparisonOperatorDate filters to apply on sales channels' updated_at
field.
updated_at
DateComparisonOperatorupdated_at
field.Was this section helpful?