Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 415 Bytes

catalog-query-items-for-tax.md

File metadata and controls

25 lines (16 loc) · 415 Bytes

Catalog Query Items for Tax

The query filter to return the items containing the specified tax IDs.

Structure

Catalog Query Items for Tax

Fields

Name Type Tags Description
tax_ids Array<String> Required A set of CatalogTax IDs to be used to find associated CatalogItems.

Example (as JSON)

{
  "tax_ids": [
    "tax_ids7"
  ]
}