Export store registration data to JSON

Hi everyone, I want to retrieve all data from a store via API. How can I do that?

Hi Leandro,

There’s no one endpoint that will get you all data from a store, but you can query each resource type eg, orders, customers, products, etc using the Admin API and collect that information on your own side.

Hi Liam,

You have helped me!

Thank you!

1 Like