Platform support
The integration surface
Regardless of platform, an integration is made of three building blocks — you can build them in parallel:
Everything else — uploading videos, tagging products to them, building campaigns, viewing
analytics — happens in the Whatmore dashboard, not in your code.
How data flows
Catalog data flows into Whatmore — Whatmore pulls your catalog for the initial load and refreshes, and you push event-based updates (price, stock, images) as they change. Whatmore then renders the shoppable surfaces inside your app, and your order backend reports purchases back for attribution. All API calls are authenticated with a bearer token.Key concepts
store_id— your store’s identifier on Whatmore; used to get an access token and on every API call.client_product_id— your product identifier (commonly the product URL). You reference products by it on every call, so Whatmore stays aligned with your catalog without a separate mapping layer.- Attribution is per order item — video-view / add-to-cart signals are matched to individual line items, so one order can attribute different items to different videos (or none).
Start here
- Getting Started — access token,
store_id, checklist - App SDK — mobile (iOS · React Native · Android) or web widget
- Core APIs — Authentication · Catalog API · Order Tracking
- Your platform — Shopify · Magento · SFCC · WooCommerce · BigCommerce · Custom / Headless
