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.

Re: Getting 403 error when call customerAccessTokenCreateWithMultipass mutation

Getting 403 error when call customerAccessTokenCreateWithMultipass mutation

hieuwise
Shopify Partner
2 0 0

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

hieuwise
Reply 1 (1)
hieuwise
Shopify Partner
2 0 0

Hi Tods
Yes, please
Thanks you

hieuwise