Launch test
Transitions a draft test to active. Fails if the test isn't fully configured (missing template, theme, or redirect URL) or its control/variant Shopify template was removed.
post
Authorizations
AuthorizationstringRequired
All requests require Authorization: Bearer sl_live_<your_api_key>. Generate a key from the Shoplift admin's API Keys settings page.
Path parameters
idstring · uuidRequired
Responses
204
No Content
No content
400
Bad Request
application/problem+json
403
Forbidden
application/problem+json
404
Not Found
application/problem+json
409
Conflict
application/problem+json
429
Too Many Requests
application/problem+json
502
Bad Gateway
application/problem+json
post/api/public/v1/tests/{id}/launch
POST /api/public/v1/tests/{id}/launch HTTP/1.1
Host: app.shoplift.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Last updated
Was this helpful?