Get basket information
Basket
Get basket information
This is the “full pricing breakdown” endpoint.
Call this right before checkout (or on a checkout review screen) when you need:
- basket summary totals
- platform/service fee
- delivery costs calculated per seller
What makes it useful:
- Delivery is computed from each seller’s delivery configuration.
- You get one payload with the financial details needed to render final pricing.
Heads up:
- This endpoint requires an authenticated user.
GET
Get basket information
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the basket to retrieve