Skip to content

Get the account Shopify product sync settings

Request

Returns which Shopify connection is configured to be used for product syncs (an empty list if none)

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

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "shopifyDomains": [] }, "permittedActions": [ {} ] }