Hi everyone.
I have been working with Java to try to pull all services with Java. I am getting the access_tokens for admin, customer, and API key. The problem now is I don’t know how move on. How do I pass the API key for further requests?
Hello,
You can create the API key under Administration/API keys. Don’t forget to configure permissions for this key.
Also please take a look on this page with PHP examples. This example shows how to use API key&secret to retrieve some data.
@Mykhailo Thank you for your response. I have managed to do all of this now.