Home
Explore our guides and examples to integrate Limio.
Introduction
Limio Commerce makes it easy to create a shop and self-service portal, for subscription and one-off products. The shop will allow new customers to purchase a subscription or one-off products. Self-service allows customers to view their orders and manage their subscriptions, including switching, cancelling or re-activating their subscriptions.
To get started, you will need to have a Limio account created. Contact us to create one, you will then be able to invite your colleagues to collaborate.
How Developers interact with Limio
Developers will typically interact with Limio in different ways than business users, for example, they will:
Create new experiences via Custom Components in React or TypeScript, leveraging the Limio SDK. See more details below on this core use case.
Access Limio APIs to retrieve or update data about the catalog or shop, for example:
Authentication Schemes, necessary for certain operations
Catalog API to retrieve Limio Catalog data
Subscription API to retrieve Limio Subscription data
Abandoned basket API to create abandon basket email campaign
Configure webhooks to be notified of certain events.
How Developers create new experiences with Limio
Limio Commerce users create commerce experiences by adding Components to the Limio Page Builder. React is the foundational technology behind Limio Components. TypeScript is also supported.
Components can be of two types. Limio Components are off-the-shelf, no-code components, available to business users to quickly create commerce experiences. Custom Components are custom-built by developers to fit unique or bespoke needs, designs or requirements.
Custom components built by developers can access the Limio Commerce APIs via the Limio SDK to retrieve information about the catalog or the subscriber from the Limio application. This allows you to build more powerful or personalised experiences, for example by displaying subscriber information, accessing the customer's basket, or interacting with third-party APIs.
Getting Started with Custom ComponentsGetting Started with Limio SDKNeed help?
Technical Support
We're always happy to help with code or any questions you have. Send an email to support@limio.com to ask a question.
Help Center
Not clear on certain concepts or how to perform certain actions? Have a look at our Help Centre to help you get started with Limio.
Not a developer?
Limio can be used by marketers, product manager, and commercial teams without the need for developers by using standard Limio Components.
Limio also maintains out-of-the-box, configurable integrations with Zuora and other systems, documented on our help desk portal. Limio has a separate Limio for Salesforce application that can assist agents to perform subscription commerce operations in Salesforce.
If you wish to create a customised shop and self-service, contact Limio to hear how you can customise no-code Limio Components or how Limio can assist you or your developers in creating custom components. You can contact us here.
Last updated