Convert API into JSON equivalent

Convert API into JSON equivalent

backendsv
Visitor
1 0 0

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

Reply 1 (1)

Criterion_WA
Tourist
6 0 0

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.