Failed Stock Update by API

I’m making a request to update the stock, by API, but I1m getting a failure return.

Has anyone gone through this problem?

1 Like

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.

1 Like

Tks @GrahamS . and @byteriver !

My problem was solved when I not store/include cookies in my server requests

1 Like