Add or Update Item in Cart

Add an item to the cart or update the quantity of an existing item in the cart. If the item already exists in the cart, its quantity will be updated to the new value provided in the request body.

Path Params
required

This can be either the Threekit UUID or the user-defined custom ID.

Query Params
uuid

Public or Private Threekit authentication token. If using a public token the request must originate for a domain added to the authentication token.

string

JSON Web Token (JWT) token used to authorize the request.

Body Params

Body

required

This can be either the Threekit UUID or the user-defined custom ID.

integer
required
0 to 99999999

The quantity of the item in the cart

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json