Skip to main content
Connect your Django Oscar store to WISEPIM to manage your whole catalog from one place. Django Oscar is an open-source e-commerce framework for Django. Once connected, you can import products, enrich them with AI, and push the improved content back to your store. Setup takes two steps: get an API token from your Oscar backend, then add it in WISEPIM.
You need admin access to your Django Oscar store and a WISEPIM account with an active project. Your Oscar instance must expose a token-authenticated API for products.

Get your API token

Connecting Django Oscar to WISEPIM, store URL, API token, locale mapping and a live connection test Django Oscar uses a bearer token tied to a staff account with catalog access.
1

Confirm API access

Make sure your Oscar instance exposes a REST API for products and that you have a staff account that can read and write the catalog.
2

Create or copy a token

Generate an API token for that account (for example, a Django REST Framework auth token from your admin), or copy an existing one.
3

Copy the token

Copy the token. You need it in the next step.
4

Note your store URL

Your store URL is your Oscar base address, for example https://your-store.com.

Add your credentials to WISEPIM

Enter the values from your Oscar store to finish the connection.
1

Open Integrations

Log in to WISEPIM and go to Settings > Integrations.
2

Select Django Oscar

Find and click the Django Oscar integration tile.
3

Enter your credentials

Fill in the following fields:
  • Oscar URL: your store URL, including https:// (for example, https://your-store.com)
  • API Token: the token tied to your staff account
4

Test the connection

Click Test Connection to confirm your credentials work.
5

Save

If the test succeeds, click Save.
Your Django Oscar store is now connected. You can start importing products.
Your API token gives full access to your catalog. Never share it publicly or commit it to version control. If you think it is exposed, revoke it in your Oscar admin and issue a new one.

Troubleshooting

Check your store URL first. It must be correct and start with https://. Then confirm you copied the API token exactly, with no extra spaces.
Confirm the token belongs to a staff account with permission to read and write products. A token for a customer account cannot manage the catalog.

Import products

Pull your catalog from Django Oscar into WISEPIM.

Enrich products

Improve titles, descriptions, and SEO with AI.

Export products

Push the improved content back to your store.

All platforms

See every platform WISEPIM connects to.