Flower & Pre Roll Taxonomy Update
We’ve made categorization improvements to Flower, Pre Rolls and Infused Pre Rolls across our Taxonomy APIs. These changes will provide a more accurate and structured classification system, improving discoverability and consistency for customers.
As a result our Taxonomy API is now updated to represent Flower, Pre Rolls and Infused Pre Rolls as a root category from the /partners/categories endpoint across all API versions on April 8th 2025. These categories will now reflect theparent_id
as null
from the /partners/categories endpoint as seen below:
{
"id": 1693,
"parent_id": null,
"slug": "pre-roll",
"name": "Pre Roll",
"published": true,
"updated_at": "2024-11-23T02:55:17Z"
}
Given these changes, the /categories/tree endpoint will now include new children categories under each new category. Here's an example of the children categories we return for Flower, Pre Rolls, and Infused Pre Rolls.
Please note the
id
in this example is for demonstration purposes only.
{
"id": 1693,
"parent_id": null,
"slug": "flower",
"name": "Flower",
"published": true,
"updated_at": "2024-11-23T02:36:25Z",
"children": [
{
"id": 1001,
"slug": "big-buds",
"name": "Big Buds",
"published": true,
"updated_at": "2024-11-23T02:36:25Z",
"children": []
},
{
"id": 1002,
"slug": "smalls",
"name": "Smalls",
"published": true,
"updated_at": "2024-11-23T02:36:25Z",
"children": []
},
{
"id": 1003,
"slug": "ground",
"name": "Ground",
"published": true,
"updated_at": "2024-11-23T02:36:25Z",
"children": []
},
]
}
{
"id": 1693,
"parent_id": null,
"slug": "pre-roll",
"name": "Pre Roll",
"published": true,
"updated_at": "2024-11-23T02:36:25Z",
"children": [
{
"id": 1001,
"slug": "joints",
"name": "Joints",
"published": true,
"updated_at": "2024-11-23T02:36:25Z",
"children": []
},
{
"id": 1002,
"slug": "blunts",
"name": "Blunts",
"published": true,
"updated_at": "2024-11-23T02:36:25Z",
"children": []
},
{
"id": 1003,
"slug": "minis",
"name": "Minis",
"published": true,
"updated_at": "2024-11-23T02:36:25Z",
"children": []
},
]
}
{
"id": 1693,
"parent_id": null,
"slug": "infused-pre-roll",
"name": "Infused Pre Roll",
"published": true,
"updated_at": "2024-11-23T02:36:25Z",
"children": [
{
"id": 1001,
"slug": "infused-joints",
"name": "Infused Joints",
"published": true,
"updated_at": "2024-11-23T02:36:25Z",
"children": []
},
{
"id": 1002,
"slug": "infused-blunts",
"name": "Infused Blunts",
"published": true,
"updated_at": "2024-11-23T02:36:25Z",
"children": []
},
{
"id": 1003,
"slug": "infused-minis",
"name": "Infused Minis",
"published": true,
"updated_at": "2024-11-23T02:36:25Z",
"children": []
},
]
}
If you have any questions, please reach out to our support team at [email protected].