🔧 Custom App Setup

Configure your Shopify custom app to enable returns & exchanges

Enter your Shopify store URL (e.g., example.myshopify.com)

Enter the Admin API access token from your Shopify custom app

📋 How to Create a Custom App & Get Access Token

  1. Log in to your Shopify Admin
  2. Go to SettingsApps and sales channels
  3. Click Develop apps (at the bottom of the page)
  4. Click Create an app button
  5. Enter an app name (e.g., "Returns Management") and click Create app
  6. Click on Configure Admin API scopes
  7. Select the following required scopes:
    • read_orders - Read order information
    • write_returns - Create and manage returns
    • read_products - Read product information
    • write_order_edits - Create exchanges
  8. Click Save to save the configuration
  9. Go to the API credentials tab
  10. Click Install app button
  11. Click Reveal token once to see your Admin API access token
  12. Copy the token (it starts with shpat_) and paste it in the form above
  13. Click Setup Custom App to complete the configuration

⚠️ Important: Keep your access token secure and never share it publicly. This token gives full access to your store's data.