🔧 Custom App Setup
Configure your Shopify custom app to enable returns & exchanges
📋 How to Create a Custom App & Get Access Token
- Log in to your Shopify Admin
- Go to Settings → Apps and sales channels
- Click Develop apps (at the bottom of the page)
- Click Create an app button
- Enter an app name (e.g., "Returns Management") and click Create app
- Click on Configure Admin API scopes
- 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
- Click Save to save the configuration
- Go to the API credentials tab
- Click Install app button
- Click Reveal token once to see your Admin API access token
- Copy the token (it starts with
shpat_) and paste it in the form above
- 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.