Checklist
Below is a handy checklist you can use after or during development of your application:
| Required | Description |
|---|---|
| Yes | Token is cached and reloaded after expiring |
| Yes | Settings are cached in the database and refreshed automatically once per day max. |
| Yes | Username and password are saved in the database (not in clear text in the code) |
| Yes | Password is encrypted |
| Yes | Street address is split into 3 parts: street address, (house) number, and addition |
| Yes | Correct error handling |
| No | Make it possible to (re)sync an order after an error occurred |
| No | Create a product after saving the product instead of creating aproduct during order creation |
| No | Use a prefix for orders and products (discuss with your accountmanager) |
| No | Service products are created in ERP (shipping costs, discount, etc)? |