GuidesAPI EndpointsChangelog
Log In
Changelog
improved

Concentrate Taxonomy Update

We're updating our Taxonomy API to improve support for Concentrate child categories across all API versions on June 10th 2025.

The root category for Concentrates will remain unchanged in the /partners/categories endpoint. However, the /categories/tree endpoint will be updated to more accurately reflect product hierarchies.

Here’s a visual representation of the new category structure that will be released

Referenced below is a sample GET response from the /partners/categories/tree endpoint, illustrating the category breakdown down to Temple Ball as a L4 child category.

Please note the id in this example will change upon release and is intended for demonstration purposes only.

 {
  "id": 1693,
  "parent_id": null,
  "slug": "concentrates",
  "name": "Cocentrates",
  "published": true,
  "updated_at": "2024-11-23T02:36:25Z",
  "children": [
    {
      "id": 1001,
      "parent_id": "1693",
      "slug": "solventless",
      "name": "Solventless",
      "published": true,
      "updated_at": "2024-11-23T02:36:25Z",
      "children": [
        {
          "id": 1002,
          "parent_id": 1001,
          "slug": "ice-water-hash",
          "name": "Ice Water Hash",
          "published": true,
          "updated_at": "2024-11-23T02:36:25Z",
          "children": [
            {
              "id": 2003,
              "parent_id": 1002,
              "slug": "temple-ball",
              "name": "Temple Ball",
              "published": true,
              "updated_at": "2024-11-23T02:36:25Z",
              "children": []
            }
          ]
        }
      ]
    }
  ]
}

If you're upgrading to the latest stable version, make sure to review our upgrading guides. If you have any questions, please reach out to [email protected].

Thank you,

Weedmaps Integrations Team