Sandbox test data
The sandbox recognizes magic phone numbers, addresses, and metadata keys that trigger specific outcomes. Use these to exercise edge cases in the Vancouver / Greater Fraser Valley delivery zone without waiting for organic conditions.
Try them in the dashboard
The interactive sandbox playground ships with a Test fixtures panel. Click Fill on any value to drop it straight into the form, or Apply on any flag to attach it to your next Create Delivery call.
Items tagged Live are honored by the in-app mock today. Items tagged Preview are documented for future backend support.
Phone numbers
| Phone | Outcome | Status |
|---|---|---|
| +15555550100 | Driver no-show — delivery transitions to failed. | Live |
| +15555550101 | Driver cancels after pickup; delivery is reassigned. | Preview |
| +15555550102 | Recipient unreachable at dropoff. | Preview |
| +15555550103 | Pickup contact rejects the package. | Preview |
Addresses
The active service area covers Vancouver, Burnaby, Richmond, and the Fraser Valley up to Mission. Postal codes outside V2/V3/V4/V5/V6/V7 return a remote-area surcharge or a geofence rejection depending on the distance.
- •
999 Sandbox Way, Vancouver, BC V6Z 0X0— geofence rejection. Preview - •
123 Fast Lane, Vancouver, BC V6Z 0X1— completes within 60 seconds (great for E2E tests). Preview - •Any postal code outside the Lower Mainland triggers the remote-area surcharge.
Metadata flags
| Key | Effect | Status |
|---|---|---|
| metadata.zx_test_force_status | Pin the delivery to a target status (e.g. in_transit). | Live |
| metadata.zx_test_pool | Force-include or force-exclude the delivery from a pool. | Preview |
| metadata.zx_test_webhook_delay_ms | Delay webhook delivery to test retry logic. | Preview |
Magic data is sandbox-only