Overview

The Colab Commerce allows 2 ways of interacting with the service. The first is through the use of Elements that are embedded directly into the page using Javascript. The other is a RESTful API that allows data to be input and retrieved programatically.

Elements

Elements are interactive components that can be embedded directly into your website. They are designed to be easy to use and require minimal configuration to get started.

They provide prebuilt forms and validations that use the underyling REST api to input data into Colab Commerce.

View Elements

API Reference

The API is a RESTful interface that allows programatic access to the Colab Commerce service. It allows for the input and retrieval of data from the service.

View API Reference