-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request - Partner Dashboard API #268
Comments
This would be nice.... Currently I am working on something similar. I want to query products by partner and expose that functionality through rest api. what I am trying to achieve is My work so far, I am trying to extend ProductList view and add my logic there. However I getting this error
my work lives in My code:
I could use some hints. |
@ibr9him Hint: Next to that, I think we need to solve this in a different way, see below. |
Ok, I gave it some thought as I was actually not aware of the fact that you could link users to a I think that we can handle this by exposing the admin api for users attached to a specific partner. I will think about this and discuss this idea the following weeks. |
@maerteijn gotcha. Will now you mentioned it 'I think that we can handle this by exposing the admin api for users attached to a specific partner.' that was my next step. Waiting to hear your thought on it and help if I could |
Django Oscar allow partners to login to dashboard, and perform operations specific to their store i.e view your orders, add/update your products etc.
Django Oscar API provides admin api, but seems like this API can be used by "staff users" or "superusers" only. This admin API cannot be used for standalone app for partners.
Is this the design principle of Oscar-API that doesn't allow partner APIs, or is this something we can work on as a new feature?
The text was updated successfully, but these errors were encountered: