A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi, We need to share our Shopify API with a third party for the Enterprise Resource Planning Software (ERP) integration. I have created a custom app that is providing me with an API key & the secret. Also, I have the access token. I have added the ADMIN API Scopes. So I need to convert this into JSON equivalent as they need to study that for the integration. How do I do that? There seems to be no option to get the JSON file. @snehal
Hi,
I'm a bit confused but does the API documentation help?
https://shopify.dev/api/admin-rest#endpoints
I don't think you need to convert the keys to JSON, the keys will help you get the JSON.
Everytime you make a request you should get a JSON response. Using a tool like Postman can be good for testing purposes in pair with the shopify API docs.