The ShopCtrl API is implemented as a HTTP (REST) service. HTTP is not just for serving up web pages. It is also a powerful platform for APIs that expose services and data. HTTP is simple, flexible, and ubiquitous. Almost any platform that you can think of has an HTTP library, so HTTP services can reach a broad range of clients, including browsers, mobile devices, and traditional desktop applications.


View ShopCtrl API Documentation

View ShopCtrl API Swagger Documentation

View OpenAPI specification (json)

The ShopCtrl API is only accessible over a secured transport channel (HTTPS), and uses Basic Authentication as defined in: RFC 2617, HTTP Authentication: Basic and Digest Access Authentication