Discussing APIs and development related to customers, discounts, and order management.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi
I have try to call customerAccessTokenCreateWithMultipass graphql api following this document customerAccessTokenCreateWithMultipass (shopify.dev). But I get 403 error, Can you advise?
This is the query
query { mutation($multipassToken: String!) { customerAccessTokenCreateWithMultipass(multipassToken: $multipassToken) { customerAccessToken { accessToken expiresAt } customerUserErrors { code field message } } }, variables: { multipassToken: "{{token}}" } }
Thanks
Hi Tods
Yes, please
Thanks you