Bluecart Api Reference

The Bluecart API is defined using REST. Some features highlights are listed here:

  1. Uses AWS Signature authentication v4.
  2. Returns JSON-encoded responses.

Running your first request

A Postman project has been provided. After downloading Postman, open it and go to File->Import, select the file provided and import it. A new collection will be created and displayed in your postman collections.

Then select the collection (OB-BCAPI) and click on the Variables tab.

Ensure variables the following variables match with the Bluecart settings screen.

Now you are all set. Just click on the folders and run any of the endpoints.

Endpoint has params available in the param tab. You can play around with them selecting activating the param and input the value desired.

The response will be displayed at the button of the screen.