StoreGetProductsPaginationParams
Parameters that can be used to configure how a list of data is paginated.
Properties
cart_idstringRetrieve prices for a cart ID.
currency_codestringRetrieve prices for a currency code.
expandstringComma-separated relations that should be expanded in the returned data.
fieldsstringComma-separated fields that should be included in the returned data.
limitnumberLimit the number of items returned in the list.
Default: 100
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
-.region_idstringRetrieve prices for a region ID.
Was this section helpful?