Returns whether a Shopify product sync is currently in progress for the account and when a sync last completed (if ever)
Security
bearerToken
- Productionhttps://api-v2.dash.app/shopify-product-sync-status
- Staginghttps://api-v2.dashstaging.app/shopify-product-sync-status
curl -i -X GET \
https://api-v2.dash.app/shopify-product-sync-status \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "result": { "inProgress": false, "lastCompletedAt": "2026-06-22T00:00:00Z" }, "permittedActions": [ { … } ] }