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

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.
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.
Add your credentials to WISEPIM
Enter the values from your Oscar store to finish the connection.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
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.


