- Get shop details
- Get order details
- Search products
Prerequisites
- Auto-archival of orders must be disabled, otherwise the archived orders will not be queryable. To disable auto-archival, go to Settings > General > Order processing and uncheck Automatically archive the order.
Installation
In your store’s dashboard:- Go to Settings > Apps and sales channels > Develop apps. Or type “Build custom apps” in the Search bar.
- Click Allow custom app development and confirm, then click Create an app.
- Give it a name (e.g. Open) and click Create app.
- Click Overview > Configure admin API Scopes. Or Configuration > Admin API integration > Configure.
- Check the following scopes:
read_ordersread_productsread_customers
- Click Save.
- Go to API Credentials > Access tokens and click Install app. Confirm by clicking Install in the confirmation dialog.
- Now, you’ll see the Admin API access token section. Click Reveal token once to reveal the
tokenand save it somewhere safe. If you lose thetokenyou’ll need to Uninstall app then Install again. - Copy your
Shopify domain, which is the domain of your store (e.g. example.myshopify.com). This can be found in the top left corner of the Settings section. - Go to your Open account, then navigate to Settings > Integrations > Connect with Shopify.
Input your
Shopify domainand yourtoken, configure your settings and click Save.