REST web service interface

Introduction to the REST API Dexero eCommerce

Updated, 2012-06-19 14:28

API Dexero eCommerce provided access to resources (data entities) via URI paths. To use the REST API, your application will decode an HTTP request and response. By default, the response format is XML. If you wish, you can request JSON instead of XML. currently, the HTTP GET method is the only method available.

Because the REST API is based on open standards, you can use any web development language to access the API.

Dexero eCommerce API provides the following features:

  • Get a list of products.
  • Get a specific product, as well as links to related attributes to it.
  • Knowing the number of products available.
  • Get a list of sales orders.
  • Get the details of a sale.
  • Get a list of categories.
  • Get a list of events.
  • Retrieve the details of an event.
  • Get the list of participants in an event.
  • Get statistics on a event.
  • Knowing the number of events available.
  • Get a list of customers.
  • Collect information from a client. (eg group memberships)