-
Notifications
You must be signed in to change notification settings - Fork 90
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
Create REST API endpoints for main features (OCC-253) #450
Comments
Maybe not with an ApiControllet but a potentially more efficient minimal API endpoint, see e.g. https://github.com/OrchardCMS/OrchardCore/tree/main/src/OrchardCore.Modules/OrchardCore.Contents/Endpoints/Api. See rationale and metrics: OrchardCMS/OrchardCore#15294. |
Hi : any update by somebody? BY THE WAY, IT SEEMS THAT WE DID NOT USE shoppingCartId in whole project |
Not yet. We will certainly do this eventually. But in the meantime if you want to contribute (even partially) or make further suggestions here, that's also welcome.
There should be an OpenID Connect or JWT bearer token which is required to connect (see info about
I think we only don't use it in specific payment provider implementations that don't support multiple shopping carts. If you find it missing somewhere else too, please point it out. |
Currently, there is no way to control shopping cart, checkout through an ApiController, REST API endpoint.
What's missing:
Jira issue
The text was updated successfully, but these errors were encountered: