Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.29 KB

File metadata and controls

23 lines (17 loc) · 1.29 KB

Octommerce Api Guidelines

1 Abstract

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

2 Table of contents

3 Introduction

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.