GuidesAPI EndpointsChangelog
Log In
Changelog
removed

Cultivation Taxonomy Update

We've updated our Taxonomy API to remove three children categories for Cultivation products across all API versions.

As a result this change is reflected from the /partners/categories/tree endpoint and is available for use now. Please note in order to support subcategories you must include the parent and children category_id or category_name when updating or creating a product. For more information regarding our Taxonomy, see here.


Cultivation Children Categories

  • L2 Seeds ✅
  • L2 Clones ✅
  • L2 Fresh Frozen ⛔️ Deprecated
  • L2 Trim ⛔️ Deprecated
  • L2 Whole Plant ⛔️ Deprecated

Here's a visual reference of the new Cultivation Taxonomy structure:


Lastly here's a response from /categories/tree for reference:

  • {
    "id": 249,
    "slug": "cultivation",
    "name": "Cultivation",
    "published": true,
    "updated_at": "2024-11-26T19:28:36Z",
    "children": [
        {
        "id": 151,
        "slug": "clone",
        "name": "Clone",
        "published": true,
        "updated_at": "2024-11-26T18:33:13Z",
        "children": []
        },
        {
        "id": 247,
        "slug": "seeds",
        "name": "Seeds",
        "published": true,
        "updated_at": "2024-11-26T19:28:36Z",
        "children": []
                }
            ]
        },
    

If you have any questions, please reach out to [email protected] and please sign up for our release notes if you haven't!

Thank you,

Weedmaps Integrations Team