action viator_taxonomy_categories { label: "/taxonomy/categories" description: "Get all product categories\n- Retrieves a list of product categories for a destination that can be used as a means of filtering when searching for products using the [/search/products](/#operation/searchProducts) service\n- This service can be used to get a list of all categories and subcategories for a destination by including its `destId`, or you can omit the `destId` to get a list of all categories and subcategories\n- **Note:** If no `destId` is passed, `productCount` and `thumbnailURL` will be `null` as they are destination-specific fields\n" provider: viator method: GET path: "/taxonomy/categories" encoding: json input: { type: "object" properties: { destId: { type: "integer" } } additionalProperties: false } output: { type: "object" } }