dinoperovic / django-salesman

Headless e-commerce framework for Django and Wagtail.
https://django-salesman.rtfd.io
BSD 3-Clause "New" or "Revised" License
384 stars 46 forks source link

Ability to return the full basket after other API operations #3

Closed dinoperovic closed 4 years ago

dinoperovic commented 4 years ago

When adding/updating/deleting/etc. items, additional GET request on /api/basket/ is needed to return a fresh basket.

When ?basket is apended to the url (/api/basket/?basket, /api/basket/ref-1/?basket) the response should return a new basket after the desiered operation.