Skip to main content
PUT
Update basket item

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 to reduce by, defaults to 1

Response

The updated basket items

{key}
object[]