Advance a sandbox kit to a status
POST/api/v1/sandbox/kits/:kitID/advance
Advances a mock kit to the given lifecycle status, firing the same webhooks a live kit would.
Create sandbox kits by placing orders through POST /api/v1/create-order with a sandbox API
token. Advancing to kit_registered or later requires metadata (registration details)
unless the kit is already registered. Requires a sandbox API token (403 otherwise).
Request
Responses
- 200
- 400
- 403
- 404
Kit advanced
Invalid status or missing registration metadata
Not a sandbox API token
Sandbox kit not found for this business