remove_from_cart
Remove a specified quantity of a product from your Picnic shopping cart using its product ID, and receive the updated cart contents.
Instructions
Remove count units of a product from the cart (product_id from get_cart/search_products).
Returns the updated cart, same shape as get_cart().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| product_id | Yes |