📄️ Authenticating
Your application needs to connect and authenticate with the API. You will receive a username and password from Active Ants to use with the API to get the token and the expiration date of this token. Please use this expiration date to cache the token locally to minimize token requests for better performance.
📄️ Retrieve Settings & Configuration
When making API calls you will often are required to provide the correct id's when refering to configuration entities such as orderTypes. These id's can be obtained by using the shopapi/v2 GET settings/get method. It is recommended to cache this data locally and refresh daily. Among these settings the id's and names of the following entities are returned
📄️ Synchonize Product
This is documentation of the legacy ShopApi/v2 and is no longer recommended as it is will become obsolete.
📄️ Checklist
Below is a handy checklist you can use after or during development of your application: