WORKING
Sandbox
post
/v1/sandbox/merchantsSelf-serve sandbox provisioning — no manual application/approval flow, unlike a real merchant. Every call creates a brand-new isolated sandbox merchant + seller + API key, so trying the API never touches another developer's sandbox data. The API key is shown once.
Request body
| Field | Type | Required |
|---|---|---|
| displayName | string | — |
Response (201)
| Field | Type | Required |
|---|---|---|
| merchantId | string (uuid) | — |
| sellerId | string (uuid) | — |
| apiKey | string | — |
get
/v1/sandbox/fixturesCanned example request payloads (listing sync, offer create, matching candidates) for docs-site's live "try it" widgets — real shapes matching each service's actual DTOs