Demo Environment
The Retailer API features a demo environment that allows test requests from users to validate that their API connection is working.
Features:
-
Authentication (works the same as in production)
-
Demo scenarios for every endpoint
-
Validations and models which are the same as the current production version of the API.
These features can be thoroughly tested to enable you to build a proper implementation of the API. The demo environments only use sample data and are safe for testing.
While all endpoints are represented in the demo environment, there is no end-to-end process. For example, updates will return a process status entity, but this is a mocked instance so no actual updates are being processed. The demo environment is primarily focused on testing implementation compatibility (models, validations, and endpoint mappings). |