Api shop info
(Last update: 2020-04-19 20:06:00)
The API allows retrieving default data information on SCart systems
Inside:
- https://your-domain.com/api/data-type to get a list of data types
- https://your-domain.com/api/data-type /{id} to get the detailed data of an element (id is the column id value in the database)
Using:
If you use a connection to limit the application's API access, add apikey and apiconnection information in the header of each connection.
Details HERE
Method: GET

https://your-domain.com/api/categories
https://your-domain.com/api/categories/{id}
https:/your-domain.com/api/products
https://your-domain.com/api/products/{id}
https://your-domain.com/api/brands
https://your-domain.com/api/brands/{id}
https://your-domain.com/api/supplieres
https://your-domain.comg/api/supplieres/{id}
Inside:
- https://your-domain.com/api/data-type to get a list of data types
- https://your-domain.com/api/data-type /{id} to get the detailed data of an element (id is the column id value in the database)
Using:
If you use a connection to limit the application's API access, add apikey and apiconnection information in the header of each connection.
Details HERE
Method: GET
