Version Release: 2025-01
Menu API 2025-01\
is now stable and ready for production usage! This version has a few minor changes.
If you haven’t already, be sure to subscribe to the Changelog!
Every change we introduce, be it a new feature, performance improvement, or a bug fix will have a changelog record associated with is published to an RSS feed which you can add directly to a Slack Channel.
Changes
We have are now exposing new attributes, while deprecating others.
Compass
✅ Added. A new attribute with the type of
<type>
⛔️ Deprecated (Will be removed next version)
⚠️ Changed. Put change i.e. type
<type>
/
Product Entity
msrp
⛔️ Deprecateditems_per_pack
⛔️ Deprecatedvariants
⚠️ Changeditems_per_pack
✅ Added. A type of<integer | null>
ratio
✅ Added. A type of<string | null>
weight
⚠️ Changed value/unit can be nullweight[value]
⚠️<string | null>
weight[unit]
⚠️<string | null>
Endpoints Effected
GET a product [/2025-01/partners/products/{id}\
](https://developer.weedmaps.com/v2025.01/reference/get202501partnersproductsid)
GET information on a brand product[/2025-01/partners/brands/{brand_id}/products](https://developer.weedmaps.com/v2025.01/reference/get202501partnersbrandsbrandidproducts)
Menu Item Entity
cart_quantity_multiplier
⛔️ Deprecatedinventory_quantity
⛔️ Deprecateditems_per_pack
⛔️ Deprecatedonline_orderable
⛔️ Deprecatedlicense_type
⛔️ Deprecatedcompliance
⛔️ Deprecatedprice
⛔️ Deprecatedvariants
⚠️ Changed.inventory_quantity
✅<integer | null>
items_per_pack
✅<integer | null>
online_orderable
✅<boolean>
license_type
✅<'med' | 'rec' | 'hybrid'>
name
✅<string | null>
sale_price
✅<string | null>
Endpoints Effected
GET a menu item /2025-01/partners/menus/{menu_id}/items
GET a menu item /2025-01/partners/menu_items/{id}
Breaking Changes
No breaking changes to report on this version, but in July we will be retiring our v1 APIs (aliased as 2023-07).
This time in big and red
On July 1, 2025 we will be retiring our
v1
APIs (2023-07
)
There is no time like the present to get onto our stable version.
To learn more, please check out our API versioning guide. And make sure to keep an eye on our changelog for any new endpoints and features available for use.
Happy coding!
Weedmaps Engineering