Admin only alter of Shopify store
Security
bearerToken
- Productionhttps://api-v2.dash.app/admin/alter-shopify-store
- Staginghttps://api-v2.dashstaging.app/admin/alter-shopify-store
- DELETE
- INSTALL_REQUESTED
- READY_TO_INSTALL
- INSTALLED_BEFORE_PRODUCT_SYNC
curl -i -X POST \
https://api-v2.dash.app/admin/alter-shopify-store \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"type": "DELETE",
"shopifyDomain": "slurm.myshopify.com"
}'