tiki-archive / integrations

A collection of example implementations
MIT License
1 stars 1 forks source link

TIKI account creation in Shopify #73

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

Use the Shopify access token acquired in the Shopify instalation to call the TIKI API and exchange the Shopify access token for a TIKI token. With the TIKI token it should then create the TIKI keys and save the publishing ID and the private key to Shopify App metafields using Shopify access token.

ricardobrg commented 1 year ago

Working on saving the credentials to Shopify with GraphQL. Everything else is in #78 already.

ricardobrg commented 1 year ago

Closing this for now. The keys saving will be done in #79. The app installation works.