Surfaces
The SDK ships ready-to-embed templates that share the same store feed, player, products, and event model:Platforms
Every platform exposes the same fingerprint — the same surfaces, the same configuration object, the same event delegate, and the same product/event models — so an integration learned on one platform transfers directly to the others.The integration model
Every surface takes the same configuration (your Whatmore store id + theme) and reports user actions through the same event hooks. You wire those hooks once and reuse them across surfaces.- Configure once — a store id, optional theme, and a product provider.
- Handle events — add-to-cart, product tap, CTA, like/save/share. The SDK never touches a cart, so you decide what each event does.
- Attribute purchases — capture the products surfaced by the SDK and include them on the Order Tracking call at checkout, so Whatmore can credit the video.
