Skip to content

Testing

No sandbox environment

There is no sandbox environment available for testing. You should test and deploy your integration in the production Veeqo environment on live data.

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.