Returns which Shopify connection is configured to be used for product syncs (an empty list if none)
Security
bearerToken
- Productionhttps://api-v2.dash.app/shopify-product-sync-settings
- Staginghttps://api-v2.dashstaging.app/shopify-product-sync-settings
curl -i -X GET \
https://api-v2.dash.app/shopify-product-sync-settings \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "result": { "shopifyDomains": [ … ] }, "permittedActions": [ { … } ] }