get
https://api.clerk.io/v2/log/cart/remove
remove products from a customers cart. A product is defined as a basket_product object (see below)
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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 |
