The Omneo SDK (Shapes SDK) is a JavaScript library for building Omneo-powered experiences on websites and web applications. It provides authenticated profile access, pre-built UI components (Shapes), and low-level API methods.Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Initialisation
The SDK requires an authenticated token. Obtain one via the Shopify Proxy, SFCC proxy, or your own authentication implementation.Core methods
Once initialised, the SDK provides access to the authenticated profile:Shapes (pre-built components)
Shapes are embeddable UI components that surface Omneo data on the website. They are dropped into HTML with a simple script tag and configuration:Content needed: full SDK API reference, complete list of available Shapes, and authentication implementation examples for Shopify and SFCC.