TURNING SEARCHES INTO PURCHASES FOR BRANDS

For the first time, your product pages can directly drive verified sales — not just passive awareness. Every click, every cart, every sale is tracked — so you can finally drive traffic to a site that sells, not just informs.

With Just A Single Line Of Code

How Brands Get To Benefit

Auto-Routes to the Best Retailer

Our buy now button finds the closest dispensary to the customer with your product in stock, prioritizing the best price and fastest ETA. No manual setup required - Kushii continuously syncs with participating stores so your buy now button always sends traffic to a ready-to-fulfill partner.

No Compliance Headaches.

Kushii embeds don’t process transactions — they route the user to a compliant checkout handled by a licensed retailer. You keep the customer journey seamless, while Kushii ensures every sale is compliant under current regulations.

A Single Line of Code. Sell Everywhere.

Add a simple line of code to your product or brand pages, and instantly enable buy-now functionality that checks availability and pricing across nearby stores. Customers stay on your site — but Kushii does the heavy lifting in the background.

Trackable Impact

Brands can finally drive marketing efforts that are fully trackable and end in a precise revenue amount. Kushii's buy now button instantly connects your catalog to live local inventory, letting you prove ROI on your marketing and brand efforts.
UNIQUE FEATURES

What makes Kushii valuable to brands?

No more guessing whether your product pages are working.

With Kushii's embedded buttons, you get a clear path from brand storytelling to a completed checkout — all while staying on your own website.

Every click on a Kushii-powered buy now button is traceable

From engagement to completed order. No more drop-off to marketplace noise.

Automatically finds the closest store with the best price

The moment a shopper hits your product page, Kushii locates the nearest store with inventory, shows the best available price, and lets the customer check out on the spot.

No extra setup from your team to start driving sales.

All you do is drop the code onto your page and we handle the rest!

EMBED CODES

Kushii Embed Widget Documentation



User Flow


Marketplace Embed

The simplest embed - just add the data attribute and the script. Shows all products.

</p>
<div data-kushii-embed=""> </div>
<p><script src="https://d1yfgmwybrvimm.cloudfront.net/kushii-embed.js"></script>


Branded Embed

Pre-filtered to a specific brand - skips brand selection and shows products directly.

</p>
<div data-kushii-embed="" data-brand="ADULTS ONLY"> </div>
<p>


Single Product Embed (with compositeKey)

Show a specific product directly using HiBuddy compositeKey - skips brand and catalog views.

</p>
<div data-kushii-embed data-product-key="301d53f0" data-product-name="MISSIONARY MANGO"></div>
<p>


Custom Button Text

Customize the button text to match your site's messaging.

</p>
<div data-kushii-embed="" data-button-text="Browse Cannabis"> </div>
<p>


Programmatic API

Open the widget programmatically using JavaScript - useful for custom button designs.

KushiiEmbed.open();


Full Embed Code


Programmatic API

Open the widget programmatically using JavaScript - useful for custom button designs.

<!-- Kushii Embed Widget --> <div data-kushii-embed></div> <script src="https://d1yfgmwybrvimm.cloudfront.net/kushii-embed.js"></script>