Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Shopify Checkout Auto Login

Shopify Checkout Auto Login

King_April
Visitor
1 0 0

I am using flutter to develop an app. I tries to add X-Shopify-Customer-Access-Token to get auto login at checkout but It is not working. Please note that I am using webview to load checkout page of shopify on flutter.

 
// load checkout page url
headers: {
"X-Shopify-Customer-Access-Token": token ?? ''
}
 

 

Replies 0 (0)