1.
App Creation: Obtain your Client ID and Client Secret.
2.
App Installation: When a store installs your app, capture the Company ID from the App Install Webhook.
3.
Login Request: Use the Client ID, Client Secret, and Company ID to request an access token from the Login Endpoint.
4.
Access Data: With the token, make authorized API calls to access the store's data, as permitted by the app's approved permissions.