Link Search Menu Expand Document
Shopify Odoo Connector
User Guide
Odoo Version Contact Us

Shopify Token Generation Guide

This guide covers the process of generating an access token for the Shopify Connector. Note that this process requires a live domain; local environments (localhost) are not supported.


1. Initial Setup in Odoo

  1. Install the Shopify Connector module.
  2. Open the configuration wizard and click Set Shopify Authorization Details.
  3. Note: Keep this window open. You will need the App URL and Redirect URL displayed here for the Shopify Partner Dashboard.

2. Shopify Partner Dashboard Configuration

If you do not have a partner account, create one at Shopify Partners.

Create the App

  1. Log in to your Partner Account.
  2. Navigate to App Distribution > All Apps > Create App.
  3. Enter your App Name.
  4. Set the App URL and Redirect URL using the values copied from the Odoo wizard in Step 1.

Set API Scopes

Copy the following string exactly and paste it into the Scopes field of your app settings:

read_assigned_fulfillment_orders, write_assigned_fulfillment_orders, read_customers, write_customers, read_discounts, write_discounts, write_draft_orders, read_draft_orders, read_files, write_files, read_fulfillments, write_fulfillments, write_inventory, read_inventory, write_locations, read_locations, read_merchant_managed_fulfillment_orders, write_merchant_managed_fulfillment_orders, read_metaobject_definitions, write_metaobject_definitions, read_metaobjects, write_metaobjects, read_orders, write_orders, read_products, write_products, read_shipping, write_shipping, read_third_party_fulfillment_orders, write_third_party_fulfillment_orders, read_shopify_payments_payouts, write_publications, read_publications

  1. Click Release to save.
  1. In the Partner Dashboard, go to Settings for your app.
  2. Copy the Client ID and Client Secret.
  3. Paste these into the Odoo Wizard.
  4. Save the wizard and then cancel/close the notification.
  1. In the Partner Dashboard, go to App > Distribution.
  2. Select Custom Distribution.
  3. Enter your store domain (e.g., store-name.myshopify.com).
  4. Click Generate Link.
  5. Copy the link and paste it into your browser.
  6. Install the app on your Shopify store.
  7. Upon completion, you will be redirected to a page displaying your Access Token. Copy and save this immediately.

5. Finalize Instance

Go to the Shopify Connector in Odoo and use the token to create your instance via the “Create more instances” flow.


Note: For multiple stores, you must create a separate app in the Shopify Partner account for each store.

Table of contents