Skip to content

Update a Shopify install

Request

Update a Shopify install for the account of the currently authenticated Dash user.

Security
bearerToken
Path
shopifyDomainstringrequired

The Shopify domain that uniquely identifies the install

Bodyapplication/jsonrequired
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"
  }'

Responses

Success

Bodyapplication/json
resultobjectrequired

A derived view of the current Shopify install state for a Shopify domain.

permittedActionsArray of objectsrequired
Response
{ "result": { "shopifyDomain": "example.myshopify.com", "status": "READY_TO_INSTALL", "installLink": "https://admin.shopify.com/store/example/oauth/install_custom_app" }, "permittedActions": [ {} ] }