Marketplace API
Receive and manage orders, create menus, and control store status.
The Marketplace API allows partners to receive and manage orders, create menus, retrieve store information, and update store status.
Authentication
Include your API key in the X-DELIVEREASY-API-KEY header with every request.
curl -H "X-DELIVEREASY-API-KEY: your_api_key_here" \
https://api.delivereasy.co.nz/api/2026-01-01/marketplace/orders/abc123
Base URLs
| Environment | URL |
|---|---|
| Staging | https://api.staging.delivereasy.co.nz/api/2026-01-01/marketplace |
| Production | https://api.delivereasy.co.nz/api/2026-01-01/marketplace |