Adding products via Shopify
If you already have a Shopify store, this is the fastest way to get your products on Weebe. Connect your store once and your catalogue syncs automatically — products, variants, inventory, images, and meta fields stay up to date.
Overview
The Shopify connector uses a New Custom App created in your Shopify Dev Dashboard. This gives Weebe a secure, scoped connection to your store — no third-party OAuth, no shared passwords.
The setup has six steps:
- Create a custom app in your Shopify Dev Dashboard
- Note the Redirect URLs from your Weebe seller panel
- Configure the app's URLs, scopes, and Redirect URLs in Shopify — then release it
- Copy your credentials from Shopify Dev Dashboard Settings
- Enter credentials in Weebe and install
- Import your products
Step 1 — Create a custom app in Shopify
- Go to dev.shopify.com and log in with your Shopify account
- Click Apps in the left sidebar
- Click Create app in the top-right corner

- Enter any name for the app (e.g.
Weebe Connector) and click Create

Step 2 — Get your Redirect URLs from Weebe
Before configuring the app in Shopify, you need the Redirect URLs that Weebe provides for your account.
- Log in to seller.weebe.co
- Go to Configuration → Shopify Configuration
- Under Custom App Type, select New Custom App

- Note the two URLs shown in the blue info box — you'll need these in the next step:
- App URL — used as the Shopify app's App URL
- Other URL — the second redirect URL

Step 3 — Configure the app version in Shopify
- Back in the Shopify Dev Dashboard, open your app and click Versions in the left sidebar
- Click Create version
- In the URLs section, paste the App URL from Weebe into the App URL field

- Scroll down to the Access section. In the Scopes field, paste the following comma-separated list:
write_assigned_fulfillment_orders,read_assigned_fulfillment_orders,read_fulfillments,write_fulfillments,read_inventory,write_inventory,read_locations,read_orders,write_orders,read_products,write_products,read_markets_home,read_customers,write_customers
- In the Redirect URLs field, paste both URLs from Weebe as a comma-separated list

- Click Release at the bottom of the page, then confirm in the dialog that appears