The following table shows field support for filters and sorting for the operations object:
| Field | Supported Filters | Sortable |
|---|---|---|
id | $eq, $ne, $in, $nin, $startsWith | Sortable |
createdDate | $eq, $ne, $in, $nin, $startsWith, $lt, $lte, $gt, $gte | Sortable |
updatedDate | $eq, $ne, $in, $nin, $startsWith, $lt, $lte, $gt, $gte | Sortable |
name | $eq, $ne, $in, $nin, $startsWith | Sortable |
enabled | $eq, $ne, $in, $nin | |
fulfillmentIds | $isEmpty, $hasAll, $hasSome | |
defaultFulfillmentType | $eq, $ne, $in, $nin, $startsWith | |
onlineOrderingStatus | $eq, $ne, $in, $nin, $startsWith | |
businessLocationDetails.archived | $eq, $ne, $in, $nin , $exists | Sortable |
businessLocationId | $eq, $ne, $in, $nin, $startsWith | Sortable |
Related content: API Query Language, Query Rules