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

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.
Troubleshooting
The connection test fails
The connection test fails
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.Authentication is rejected
Authentication is rejected
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.
Related
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.


