Skip to main content
POST
Add item to basket

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the basket to retrieve

Body

application/json
listingId
string
required

The ID of the listing

quantity
integer
default:1

The quantity of the item in the basket, defaults to 1

Response

Updated list of items in the basket

{key}
object[]