AdminGetGiftCardsParams
Parameters used to filter and configure the pagination of the retrieved gift cards.
Properties
limit
numberRequiredLimit the number of items returned in the list.
Default: 50
offset
numberRequiredThe number of items to skip when retrieving a list.
Default: 0
q
stringSearch term to search gift cards by their code and display ID.
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
-
.Was this section helpful?