Testing
Best Practices
To test your integration without affecting real orders, we recommend the following approach:
- Use a Direct channel - Create a "Phone" or "Direct" store in Veeqo (Settings → Stores → Add Store → Direct). Orders created via the API against this channel won't sync to any external marketplace.
- Create a test warehouse - Set up a separate warehouse for test stock so your real inventory levels are not affected.
- Use test products - Create dedicated test products and SKUs that are not linked to any live channel listings.
- Cancel shipments - Make sure to cancel any shipments you purchase through the API so they are not used and you are not charged.
Rate limits
The API is rate-limited. During development and testing, keep your request volume low to avoid hitting limits. See the Introduction for details.
No sandbox credentials
There are no separate sandbox API keys or OAuth credentials. The same credentials you use for development will work in production. When you're ready to go live, simply point your application at your production Veeqo account — no credential swap is needed.