A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I'm making a request to update the stock, by API, but I1m getting a failure return.
Has anyone gone through this problem?
Solved! Go to the solution
This is an accepted solution.
Looks like you're receiving a login authorization redirect as your response. This most commonly happens when you're including cookies in your requests - make sure you set your client to not store/include cookies in your server requests when performing these calls.
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
Looks like you're receiving a login authorization redirect as your response. This most commonly happens when you're including cookies in your requests - make sure you set your client to not store/include cookies in your server requests when performing these calls.
To learn more visit the Shopify Help Center or the Community Blog.
Tks @GrahamS. and @byteriver !
My problem was solved when I not store/include cookies in my server requests