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