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