v14

OpenAPI 3.1.02026-08-03122113375.9 KB
basket

Remove item from basket

Removes an item from the basket and returns the updated basket payload.

Use this for "Remove" actions in basket/cart UI.

Behavior:

  • Requires authentication.
  • Removes the requested listing from the basket.
  • Returns the new basket state so the client can update immediately.
delete/basket/{id}

Path parameters

idstring required

The ID of the basket to retrieve

The ID of the basket to retrieve

Request body

listingIdstring required

The ID of the listing

Response

The updated basket items

object required