v15

OpenAPI 3.1.02026-08-04122113375.9 KB
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/basket/{id}/info

Path parameters

idstring required

The ID of the basket to retrieve

The ID of the basket to retrieve

Response

The information for the items contained in the basket

feenumber required

The service fee for the basket, calculated based on the total value of the items and the number of sellers

deliveryobject required