AdminGetReservationsParams
Parameters used to filter and configure the pagination of the retrieved reservations.
constructor
Parameters
args
unknown[]RequiredProperties
created_at
DateComparisonOperatorDate filters to apply on the reservations' created_at
field.
created_at
DateComparisonOperatorcreated_at
field.created_by
string[]"Create by" user IDs to filter reservations by.
description
string | StringComparisonOperatorString filters tp apply on the reservations'
description
field.expand
stringComma-separated relations that should be expanded in the returned data.
fields
stringComma-separated fields that should be included in the returned data.
inventory_item_id
string[]Inventory item IDs to filter reservations by.
limit
numberLimit the number of items returned in the list.
Default: 20
line_item_id
string[]Line item IDs to filter reservations by.
location_id
string | string[]Location IDs to filter reservations by.
offset
numberThe number of items to skip when retrieving a list.
Default: 0
quantity
NumericalComparisonOperatorNumerical filters to apply on the reservations' quantity
field.
quantity
NumericalComparisonOperatorquantity
field.Was this section helpful?