The Octommerce API Guidelines, as a design principle, encourages application developers to have resources accessible to them via a RESTful HTTP interface. To provide the smoothest possible experience for developers on platforms following the Octommerce API Guidelines, REST APIs SHOULD follow consistent design guidelines to make using them easy and intuitive. And This API is very powerfull for e-commerce multiplatform
- Octommerce API Guidelines
- 1 Abstract
- 2 Table of contents
- 3 Introduction
- [4 URL STRUCTURE]
- 3 columns
- 2 columns
Developers access most Platform resources via HTTP interfaces. Although each service typically provides language-specific frameworks to wrap their APIs, all of their operations eventually boil down to HTTP requests. Thus a goal of these guidelines is to ensure Octommerce APIs can be easily and consistently consumed by any client with basic HTTP support.