Request a Shopify install link for the account of the currently authenticated Dash user.
Security
bearerToken
- Productionhttps://api-v2.dash.app/shopify-installs
- Staginghttps://api-v2.dashstaging.app/shopify-installs
curl -i -X POST \
https://api-v2.dash.app/shopify-installs \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"shopifyDomain": "example.myshopify.com"
}'Response
{ "result": { "shopifyDomain": "example.myshopify.com", "status": "READY_TO_INSTALL", "installLink": "https://admin.shopify.com/store/example/oauth/install_custom_app" }, "permittedActions": [ { … } ] }