create_cart
Initialize a new shopping session and get an empty cart to start adding products.
Instructions
Start a new shopping session and return an empty cart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Line items currently in the cart. | |
| cart_id | Yes | Unique cart identifier. | |
| created_at | Yes | UTC timestamp of cart creation. | |
| updated_at | Yes | UTC timestamp of the last modification. |