Skip to main content

Checklist

Below is a handy checklist you can use after or during development of your application:

RequiredDescription
YesToken is cached and reloaded after expiring
YesSettings are cached in the database and refreshed automatically once per day max.
YesUsername and password are saved in the database (not in clear text in the code)
YesPassword is encrypted
YesStreet address is split into 3 parts: street address, (house) number, and addition
YesCorrect error handling
NoMake it possible to (re)sync an order after an error occurred
NoCreate a product after saving the product instead of creating aproduct during order creation
NoUse a prefix for orders and products (discuss with your accountmanager)
NoService products are created in ERP (shipping costs, discount, etc)?