GuidesAPI EndpointsChangelog
Log In
Guides

Link a Strain to a Menu Item

This link can directly improve search relevance, increase consumer engagement, and it elevates the visibility of the Menu Item within the Weedmaps ecosystem.

You can link a Strain to a Menu Item by using any of the operations below:

MethodDescriptionTry It!
POSTCreate a new Menu Item linked to the StrainPOST Menu Item
PATCHUpdate a Strain link on the Menu ItemPATCH Menu Item
PUTUpsert a new Menu Item linked to the StrainPUT Menu Item

You can explore available Strains with these operations:

MethodDescriptionTry It!
GETRetrieve all StrainsRetrieve Strains

You can utilize the many filters parameters on these operation for search and discovery.


Send us the strain_id

  • The most reliable method.
  • Retrieves the exact Strain by its unique Weedmaps identifier.

Send us the strain_name

  • Weedmaps performs a likeness search to match the Strain by name.
  • Unmatched names are silently ignored (no error returned).

Payload Example

🚧

strain_id and strain_name are Mutually Exclusive

If you do not have Weedmaps Strain identifier, the strain_name additional property will attempt to match to a Strain in the Weedmaps Taxonomy. Providing strain_id is the preferred method and will provide the best results for Menu Item and overall Menu quality.

{
  "strain_id": { "type": "integer" },
  "strain_name": { "type": "string" }
}
{
	"strain_id": 1324,
	"strain_name": "Purple Urkle"
}

What’s Next

Learn how to Link Discovery Tags.