function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Oliveira OliveiraOliveira Oliveira 

APIs response - errorCode: INVOKE-200 (Digital Commerce APIs)

Hello.


I have a Vlocity Trialforce Org account, in which I explored Vlocity CPQ.
At this time I would like to obtain data through the Digital Commerce APIs, for this I have already tried using the APIs, but the response I get is always the following:


 {
        "errorCode": "INVOKE-200",
        "error": "OK"
 }

 
In the following link you will find the way I am authenticating to use the APIs: https://developer.salesforce.com/docs/atlas.en-us.198.0.api_rest.meta/api_rest/intro_understanding_web_server_oauth_flow.htm


I have been looking around on this subject, but I still haven't been able to find a solution.
If you can help me, I would be grateful.


Best Regards,
Edgar Oliveira
Best Answer chosen by Oliveira Oliveira
AbhishekAbhishek (Salesforce Developers) 
Hi Edgar,

Can you try the steps as mentioned in the below URL,

https://trailhead.salesforce.com/en/content/learn/projects/build-a-connected-app-for-api-integration/implement-the-oauth-20-web-server-authentication-flow

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.