Sandbox Testing
Sandbox vs. production environments
The Zyllem Sandbox allows you to test your API integration by connecting to a test environment that mimics the Zyllem production environment. It serves as a testing ground for you to book delivery orders and process requests without affecting any live Zyllem accounts.
When using the Zyllem API resources, please take a careful note in using the endpoints for Sandbox (.io
) and Production (.com
).
Environment | Zyllem Web Portal | API Endpoint |
---|---|---|
Sandbox | {yourEnterprise}.zyllem.io | https://{yourEnterprise}.zyllem.io/api/v1 |
Production | {yourEnterprise}.zyllem.com | https://{yourEnterprise}.zyllem.com/api/v1 |
Live Transaction Costs
Please note that any orders booked into your production environment will affect your live operations and will be incurred as a transaction made by your enterprise to Zyllem.
I understand the Sandbox and Production environments. Take me to Getting Started!
Updated over 5 years ago