Tradenity Features
Standard compliant
- REST end points and resources
- JSON formatted results
- ISO-8061 formatted date, UTC timezone
Fully featured
- Shop broswing and navigation
- Shopping cart manipulation
- Customer account management
- Order management (placing, retrieval, details, refund)
Easy to use
- One endpoint (resource) per entity
- Simple CRUD (Create, Read, Update, Delete) operations.
- Searching and result list paging.
Secure
- SSL end point: API access only available through SSL.
- Secret/Public API keys: Each key will produce authorization tokens with different permissions.
- Temporary Auth token: Authorization token is good only for one session
Session management
- One session per auth token per shopping cart instance
- New session token generated in exchange with the API key.
- Integrates seamlessly with your web frameworkâs session mechanism