Treez Product Subcategory API

The Product Subcategory API from Treez — 1 operation(s) for product subcategory.

Operations 1

GET /{ver}/product-subcategory Subcategories - Read #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/treez-product-subcategory-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

treez-product-subcategory-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: catalog Product Subcategory API
  version: 3.1.0
servers:
- url: https://api-prod.treez.io/service/catalog
security:
- {}
tags:
- name: Product Subcategory
paths:
  /{ver}/product-subcategory:
    get:
      summary: Subcategories - Read
      description: This endpoint returns product sub-category records. All records will be returned if the optional `ids` param is excluded.
      operationId: catalog-categories-read-1
      parameters:
      - name: ids
        in: query
        description: (optional) The `id` GUID of the product subcategory to be returned. Exclude to return all values.
        schema:
          type: array
          items:
            type: string
      - in: path
        name: ver
        schema:
          type: string
          default: v3
        required: true
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value:
                  - id: a5940bac-4853-46ed-aa04-a6d7eb271623
                    createdAt: '2023-06-30T23:21:11.577Z'
                    updatedAt: '2023-06-30T23:21:11.577Z'
                    deletedAt: null
                    name: Beverage - General
                    isCannabis: true
                    productCategoryId: 96cfabcd-d951-4a1b-88a6-56c0601e269d
                    productCategoryName: Beverage
                  - id: 7aebdff3-3616-4985-9a11-15a200f76e6f
                    createdAt: '2023-06-30T23:21:11.577Z'
                    updatedAt: '2023-06-30T23:21:11.577Z'
                    deletedAt: null
                    name: Other
                    isCannabis: true
                    productCategoryId: 96cfabcd-d951-4a1b-88a6-56c0601e269d
                    productCategoryName: Beverage
                  - id: 5a593af9-e624-4b9c-b056-6e0ccbc48c7a
                    createdAt: '2023-06-30T23:21:11.577Z'
                    updatedAt: '2023-06-30T23:21:11.577Z'
                    deletedAt: null
                    name: Beer
                    isCannabis: true
                    productCategoryId: 96cfabcd-d951-4a1b-88a6-56c0601e269d
                    productCategoryName: Beverage
                  - id: 4dfa81e1-c800-4870-83ae-3d496e320666
                    createdAt: '2023-06-30T23:21:11.577Z'
                    updatedAt: '2023-06-30T23:21:11.577Z'
                    deletedAt: null
                    name: Coffee
                    isCannabis: true
                    productCategoryId: 96cfabcd-d951-4a1b-88a6-56c0601e269d
                    productCategoryName: Beverage
                  - id: 75e5466b-c840-4f36-a135-1724a665cba3
                    createdAt: '2023-06-30T23:21:11.577Z'
                    updatedAt: '2023-06-30T23:21:11.577Z'
                    deletedAt: null
                    name: Dissolvable
                    isCannabis: true
                    productCategoryId: 96cfabcd-d951-4a1b-88a6-56c0601e269d
                    productCategoryName: Beverage
                  - id: af81579e-244d-48d3-a2a5-9764752ba36e
                    createdAt: '2023-06-30T23:21:11.577Z'
                    updatedAt: '2023-06-30T23:21:11.577Z'
                    deletedAt: null
                    name: Elixir
                    isCannabis: true
                    productCategoryId: 96cfabcd-d951-4a1b-88a6-56c0601e269d
                    productCategoryName: Beverage
                  - id: c80749df-6602-4c71-85e6-2e628bb01dfa
                    createdAt: '2023-06-30T23:21:11.577Z'
                    updatedAt: '2023-06-30T23:21:11.577Z'
                    deletedAt: null
                    name: Juice
                    isCannabis: true
                    productCategoryId: 96cfabcd-d951-4a1b-88a6-56c0601e269d
                    productCategoryName: Beverage
                  - id: 3442785a-e79f-4cee-b1f5-75836f701c90
                    createdAt: '2023-06-30T23:21:11.577Z'
                    updatedAt: '2023-06-30T23:21:11.577Z'
                    deletedAt: null
                    name: Shot
                    isCannabis: true
                    productCategoryId: 96cfabcd-d951-4a1b-88a6-56c0601e269d
                    productCategoryName: Beverage
                  - id: 135c66aa-2ca5-495b-a205-780266b396c2
                    createdAt: '2023-06-30T23:21:11.577Z'
                    updatedAt: '2023-06-30T23:21:11.577Z'
                    deletedAt: null
                    name: Soda
                    isCannabis: true
                    productCategoryId: 96cfabcd-d951-4a1b-88a6-56c0601e269d
                    productCategoryName: Beverage
                  - id: a46b1e89-b7aa-4365-a75f-7e4398e7b8a0
                    createdAt: '2023-06-30T23:21:11.577Z'
                    updatedAt: '2023-06-30T23:21:11.577Z'
                    deletedAt: null
                    name: Tea
                    isCannabis: true
                    productCategoryId: 96cfabcd-d951-4a1b-88a6-56c0601e269d
                    productCategoryName: Beverage
                  - id: c21b9954-360c-4fbf-867f-670582d8645e
                    createdAt: '2023-06-30T23:21:11.577Z'
                    updatedAt: '2023-06-30T23:21:11.577Z'
                    deletedAt: null
                    name: Tonic
                    isCannabis: true
                    productCategoryId: 96cfabcd-d951-4a1b-88a6-56c0601e269d
                    productCategoryName: Beverage
                  - id: cd999bbe-4c1c-4180-b3f5-a9b0575ec2d8
                    createdAt: '2023-06-30T23:21:11.577Z'
                    updatedAt: '2023-06-30T23:21:11.577Z'
                    deletedAt: null
                    name: Water
                    isCannabis: true
                    productCategoryId: 96cfabcd-d951-4a1b-88a6-56c0601e269d
                    productCategoryName: Beverage
                  - id: 33b0a770-44e2-4439-a352-37f2783eae66
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: Cartridge - General
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: cfd2efea-a764-4ec1-9f9b-484de9f2a7c5
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: 510 Thread
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: b454eea9-787b-49fb-bcde-4caa63309571
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: CCELL
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: bc05feb3-a080-4991-81bc-f13139764e47
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: Pax Pod
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: a561f326-bc4b-4524-9f0a-0c8deb954a1b
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: Pod
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: 42045106-3840-4579-b075-2157938f0465
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: Ready To Use
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: 8647db3b-dbbe-4806-b0a1-f1177d8750f5
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: Other
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: f1f03d0c-bfb6-4812-b282-37fafce06972
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: Diamond
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: 912aa9e0-d1d5-41d9-8ff5-a3826a740d1f
                    createdAt: '2025-08-26T21:04:20.120Z'
                    updatedAt: '2025-08-26T21:04:19.985Z'
                    deletedAt: null
                    name: Pre-Pack Shake
                    isCannabis: true
                    productCategoryId: b99d6b9f-84ee-4d68-9d60-fee8dcbf5bee
                    productCategoryName: Flower
                  - id: 82c10505-b55e-475c-b3df-024b5e368dfd
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: Pax
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: b2822523-0872-42ef-a41b-29c04df86cb4
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: Live Resin
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: d387f7af-0aed-4b83-bea5-c313370c5940
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: Cured Resin
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: f090a38c-81e8-4d7b-95f3-fb863e3daf62
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: Hash
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: 389c2bde-7467-4fda-a59a-7e5ff9397291
                    createdAt: '2023-06-30T23:22:13.627Z'
                    updatedAt: '2023-06-30T23:22:13.627Z'
                    deletedAt: null
                    name: Full Spectrum
                    isCannabis: true
                    productCategoryId: 47479cfd-c482-4077-98a1-6157097c3db7
                    productCategoryName: Cartridge
                  - id: d7a57dbb-9af2-404d-b6e3-7b88938f3d5a
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Edible - General
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: 8c7691b0-d9af-4b7b-ab9e-b36ef3c7c832
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Baked Good
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: b781d496-2b56-4180-bb23-8a0b913fcdd9
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Butter
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: afba2269-32c0-4607-9ac9-db0d7c99e10a
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Chew
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: 9099a5aa-5931-4315-943d-5af2f7a4d984
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Chocolate
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: a9fc0e87-50c4-41c2-9753-6810f8cdbb87
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Cookie
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: f6e25c9a-27f3-41a7-9037-b5e0c2f3e652
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Gummy
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: 7a3f5fe5-0bf3-466b-bc50-683a3c90a263
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Hard Candy
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: 28a633ae-0ab0-435e-911f-8df831a932c4
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Lozenge
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: 0d7aba97-6cb5-4bca-889a-f2b3f770f12e
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Mints
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: 7acf7423-2635-489b-833b-a6dede9dba4c
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Oil
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: 5b162523-cb3a-4337-9597-8a14fb2e25af
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Savory
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: d8f7938d-6a6c-4967-8c8c-b6d7902ecae1
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Sublingual
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: e9591785-475f-44d3-9421-555216a06638
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Other
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: 24be591c-2f95-45c2-bac8-5736613fae7c
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Capsule
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: fdf26640-a78c-46c4-90a4-143b7a43ebb6
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Sublingual Tablet
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: deb6b2b7-195f-43c7-a927-712a23378b98
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Tablingual
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: d5352a1f-aa74-4bf4-abb9-88b902149508
                    createdAt: '2023-06-30T23:24:14.616Z'
                    updatedAt: '2023-06-30T23:24:14.616Z'
                    deletedAt: null
                    name: Gum
                    isCannabis: true
                    productCategoryId: 6e73028e-3e8f-47e9-98b1-ef2b1b71a5bf
                    productCategoryName: Edible
                  - id: 98dc024a-52ef-4db9-95af-abdd2abeb393
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Extract - General
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 203baa8c-0cbb-4432-bc7c-008628e0999c
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Isolate
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: ca0efc0e-eea2-4e98-9e0b-c5c178e0c9a0
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: RSO
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 301a5dad-2b83-4ac4-8f31-1b8d981a5cd2
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Diamonds
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: fb51c92a-d818-4b54-9710-e45f82eaf28a
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Badder
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 201f1cee-2d1d-44a4-ad5f-b85492ea21e2
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Budder
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 6014a5f5-8d5c-4744-b160-d1ff2fb79468
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Crumble
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 746c2ece-b558-4cd0-b6f5-aaa4669df60c
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Crystalline
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: fc1d0b5d-0829-467f-abff-fa0b23bc63a0
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Cured Resin
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 13ff86d5-51b3-4eab-9789-a2ebc31baa3d
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Distillate
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 88a76561-96d3-411e-918c-154def445cfd
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Dry Sift
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 4590443c-16f5-4f38-bfdd-57b3e322a9d9
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Hash
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 7ba67847-4cfe-4f2b-91ab-0e14023ae84b
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Ice Water Hash
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 4c7f777b-a589-4f7c-a3cf-884b9d7f4fb0
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Jelly
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 75b946a7-332e-4118-ab16-e507187e444c
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Live Resin
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 67f4f5c5-56b1-4a9d-b1f2-b173b27b44d3
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Live Resin Badder
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 5a90f5ac-2e06-42a6-9ce8-4b1a6f7f205a
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Live Resin Budder
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 38a35b74-7d3e-41fd-900d-236d8b3f982c
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Live Resin Sugar
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 08cd3de2-65e8-4a22-aac0-9eca0cda7073
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Live Rosin
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 4eb31a19-6e34-482c-8fca-5abb7605ed8e
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Hash Rosin
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 3b9ff1f8-e969-4565-9a95-d4d3b9a2d2f0
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Oil
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 83b55a9b-01b0-4804-8928-5a9c355d679e
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Other
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: f3db2a12-3c6a-414c-b116-5a65ce8ebb00
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Rosin Budder
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 03c11661-acff-406b-ab73-0640bb9caac4
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Sauce
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: ddb995ae-3e53-4341-8fb6-fe87dc81e4ab
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Shatter
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 66a105f8-0b72-468f-97f5-9368034bddbc
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Sift Rosin
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 9cfcfdd9-de81-4cdf-b056-c35984bef54d
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Sugar
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 07157aa0-d31f-4f29-80cd-606e7263b9c9
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: THC-A
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 609f1b7d-1f02-4387-a7d3-1a8fa70f14e3
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Wax
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: be6815b2-b2fe-49f7-aa32-4073b085adb5
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Flower Rosin
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: f2474ed7-5ef0-44c0-920a-4dea69e2fe51
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Powder Hash
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: d07708db-2fb8-4b27-a5fc-0317bfc94d42
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Rosin Sauce
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 8c6b7b3a-7e85-42d7-856d-52f7e2b12b52
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '2023-06-30T23:25:28.995Z'
                    deletedAt: null
                    name: Temple Ball
                    isCannabis: true
                    productCategoryId: adfc3fde-a5ec-4bce-82b4-f82c3b3d646d
                    productCategoryName: Extract
                  - id: 53df1e50-7f7a-4314-82d6-842ed7f12614
                    createdAt: '2023-06-30T23:25:28.995Z'
                    updatedAt: '

# --- truncated at 32 KB (75 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/treez/refs/heads/main/openapi/treez-product-subcategory-api-openapi.yml