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

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>


