Skip to main content
POST
Add To Cart

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
required

The ID of the user.

cart_uuid
string
required

Body

application/json
price_id
string
required

Must be a valid UUID. The uuid of an existing record in the prices table.

Example:

"2f6c41a7-cc74-35c1-833d-43221c3286af"

quantity
number

Must be at least 1.

Example:

20

Response

200 - application/json
data
object