Skip to content

Get the current Shopify product sync status

Request

Returns whether a Shopify product sync is currently in progress for the account and when a sync last completed (if ever)

Security
bearerToken
curl -i -X GET \
  https://api-v2.dash.app/shopify-product-sync-status \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "inProgress": false, "lastCompletedAt": "2026-06-22T00:00:00Z" }, "permittedActions": [ {} ] }