> ## Documentation Index
> Fetch the complete documentation index at: https://docs.videowise.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Embed the live shopping channel, open a specific show, and track live interactions.

Live shopping is a separate embed from shoppable video widgets. Use it to render the channel page (hero, live now, upcoming, past) or to open a single live show.

| Goal                                                      | Page                                                      |
| --------------------------------------------------------- | --------------------------------------------------------- |
| Embed the full channel, or split it into modular sections | [Channel page layout](/live-shopping/channel-layout)      |
| Open one show from a button or a shared URL               | [Launch a live stream](/live-shopping/stream-rendering)   |
| Track play, chat, cart, and other live interactions       | [Custom events](/live-shopping/custom-events)             |
| Attribute orders from a live show                         | [Order tracking](/live-shopping/order-tracking)           |
| Embed the channel in a mobile app                         | [Live Shopping Channel (SDK)](/sdk/live-shopping-channel) |

On non-Shopify or headless storefronts, set shop identity before the channel script runs. See [Custom platforms](/shoppable-videos/custom-platforms#live-shopping-channel-on-custom-platforms).

The [order tracking](/live-shopping/order-tracking) flow attributes checkouts to a live session via the `reeview_lsid` cookie. Install the storefront pixel once — see [Order tracking pixel](/pixel/overview).

<CardGroup cols={2}>
  <Card title="Channel page layout" icon="layer-group" href="/live-shopping/channel-layout">
    One full-page block, or modular hero, live now, upcoming, and past mounts.
  </Card>

  <Card title="Launch a live stream" icon="play" href="/live-shopping/stream-rendering">
    Open a show with `videowiseLaunchLive` or the `vwLsId` URL parameter.
  </Card>

  <Card title="Custom events" icon="bolt" href="/live-shopping/custom-events">
    Listen for live player, product, and checkout interactions.
  </Card>

  <Card title="Order tracking" icon="chart-line" href="/live-shopping/order-tracking">
    Attribute orders from live shopping sessions (`reeview_lsid`).
  </Card>

  <Card title="React Native SDK" icon="mobile-screen" href="/sdk/live-shopping-channel">
    `LiveShoppingChannel`, PiP, and the same section mounts in a WebView.
  </Card>
</CardGroup>

## Related

* [Shoppable videos](/shoppable-videos/overview) — on-site widgets (stories, carousels, grids)
* [Order tracking](/live-shopping/order-tracking) — attribute orders using the `reeview_lsid` cookie
* [Cookies](/cookies) — live shopping session and analytics cookies
