1. Create your store in the dashboard
Sign in at dashboard.whatmore.live, choose Shoppable Videos, and select Custom as the store type.2. Connect your catalog
Give Whatmore a product API — an endpoint that returns a single product’s detail — plus any auth it needs:
Whatmore then pulls product data itself. (Prefer to push? Use the
Catalog API instead.)
3. Embed the widget
In the dashboard, open a surface (e.g. Homepage → Homepage Video Carousel → Setup), choose a template, review the live preview, and copy the generated snippet. Paste it into your site where you want the surface. For mobile apps, use the App SDK instead of a web snippet.4. Authentication
You receive astore_id and get a bearer token from
GET /auth/access-token?store_id=<store_id>. See Authentication.
5. Order tracking
Add the order-tracking call to your order-confirmation page. The widget stores video-view / add-to-cart signals inlocalStorage, so the
ready-to-use snippet picks them up:
Verify
- Products appear in your Whatmore dashboard catalog
- Widget renders from the pasted snippet
- Order tracking fires on confirmation and attribution shows in the dashboard
