We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you will make a request with sellers credentials via SDK library, you get 400 error. Code to reproduce:
const string clientId = "your_client_id"; const string userName = "user_name"; const string password = "user_password"; var ocClient = new OrderCloudClient(new OrderCloudClientConfig { ClientId = clientId, Roles = new []{ ApiRole.FullAccess }, Username = userName, Password = password, GrantType = GrantType.Password }); // Call any method via OrderCloud.SDK library cause 400 error on auth. var userInfo = await ocClient.Me.GetAsync();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you will make a request with sellers credentials via SDK library, you get 400 error. Code to reproduce:
The text was updated successfully, but these errors were encountered: