Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Catalog side API provides GET or POST interface to get information about categories, products, manufacturers (brands) and other information related to the products set up in AbanteCart.

Any request can contain GET language parameter. This will switch response data to new language. Example: language=es

language parameter needs to be passed only one time. It is stored in the session for all next requests.


Get Single Product

You can get all product details by unique product ID.

Route: a/product/product

Method: GET

  • No labels