A Practical Guide to Test Orders on Development Stores
If you are familiar with using REST APIs with tools like Postman or Insomnia, please follow the dev doc example here and skip this guide!
- Create a custom app from the Admin of your development store
{your-dev-store-name}.myshopify.com
and enable Admin API access scopesread_orders
andwrite_orders
.
- Install the your custom app to generate the Admin API access token. Keep this window open as we will need this page in step 4.