Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
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 ?? '' }