get https://api.clerk.io/v2/log/cart/add
Add products to a customers cart. A product is defined as a basket_product object (see below)
The structure of a basket_product
Type | Attribute | Required | Description |
---|---|---|---|
id | str or int | Required | The id of the product |
quantity | int | Required` | How many of the given product |