FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: catalog-query-items-for-tax.md
# Catalog Query Items for Tax The query filter to return the items containing the specified tax IDs. ## Structure `CatalogQueryItemsForTax` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `taxIds` | `string[]` | Required | A set of `CatalogTax` IDs to be used to find associated `CatalogItem`s. | getTaxIds(): array | setTaxIds(array taxIds): void | ## Example (as JSON) ```json { "tax_ids": [ "tax_ids9", "tax_ids8" ] } ```
Save
Back