kkopitehong
kkopitehong
一样的问题
@isamu I've got the token. **My problem is how to get checkoutID**
> I think the checkout id is the same as before logging in on the web. yse! but here i click the log in button to open a new page...
There may be some way to convert to checkoutid from web url, like this https://github.com/Shopify/storefront-api-examples/issues/31#issuecomment-323834609 (get the customer id from reset url) i have no idea~ i feel the document...
it works! thanks! I found that if I used `atob(CheckoutID)` directly in the first time, I would know this immediately !!
but here is a another problem , when i get checkoutID and use checkoutCustomerAssociateV2 to associate customer and checkout and get success then i redirect the checkout page it still...
but i build my shopify website by storefront api looks like [MULTIPASS](https://shopify.dev/docs/admin-api/rest/reference/plus/multipass) can do this https://community.shopify.com/c/Shopify-APIs-SDKs/Storefront-Weburl-Checkout-Logged-In/m-p/575214#M38571 > On web, the only way to accomplish this right now would be to...
thanks but how to passing the customer access token using the `X-Shopify-Customer-Access-Token` custom header in web broswer
so the only way is MULTIPASS ? ...