GuidesAPI EndpointsChangelog
Log In
Guides

Direct Management

Direct Management offers full control over your menu items via the API. You create, update, and delete items directly by managing their identifiers on your side. This method is ideal if you want fine-grained control over how your products appear on Weedmaps.


How Direct Management Works

This approach ensures the most customizable experience, with your system serving as the source of truth for menu data.

πŸ“˜

You can see the request schema, response schema, error schemas, and run live examples with menu items through the API Examples

MethodDescriptionTry It!
POSTCreate a Menu ItemCreate a Menu Item
GETRetrieve a single Menu ItemRetrieve a Menu Item
PATCHUpdate a Menu ItemUpdate a Menu Item
DELETEDelete a Menu ItemDelete a Menu Item
GETList all Menu Items by Menu IDRetrieve a Menu's Menu Items

Important Notes

  • Always store the id from the creation response for future updates and deletions.
  • Use external_id and external_product_id to help Weedmaps link data across locations or sync systems.
  • Include Categories, Cannabinoids, Strains, Discovery Tags, and Terpenes to improve searchability and classification.

Summary

Use CaseDirect Management Benefit
Full customizationβœ… Manage every attribute directly
Complex pricing & salesβœ… Handle detailed pricing, discounts, and sales
Data sync from POSβœ… POS remains the source of truth
Inventory updatesβœ… Adjust quantities and stock statuses in real-time