mgmort mgmort
unread,Feb 23, 2026, 8:50:53 AM (yesterday) Feb 23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to COZYROC
I have used the REST connection with the builtin Shopify GraphQL API configuration in the past to access the shopify API by creating a custom app in shopify and obtaining an access token which serves as the 'password' in the connection manager configuration.
As of Jan 1, Shopify has deprecated their older custom apps, and now builds apps in the new 'dev dashboard', which instead of creating a one-time token, create a client id and secret which must be used to obtain a single-use token for each connection. how do i manage this flow with the cozyroc connection?