Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello everybody!
I am a little bit confused about the way storefront API works regardless "CheckoutCustomerAssociate" mutation.
I use it like this
mutation CheckoutCustomerAssociate(
$checkoutId: ID!
$customerAccessToken: String!
) {
checkoutCustomerAssociateV2(
checkoutId: $checkoutId
customerAccessToken: $customerAccessToken
) {
checkout {
webUrl
}
checkoutUserErrors {
code
field
message
}
}
}
but the result I get can differ due to the user's device. For example, some guys from our team get it like this:
while most of the users just get email field prefilled
Personally, I can't get the first scenario even when I try the same account as the screenshot's author did. I'm wondering, what can cause such differences in the behavior and how could I achieve them both.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025