get_cart
Fetch the current items in a shopping cart by passing its unique cart ID to view or verify cart contents.
Instructions
Read the current contents of a cart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_id | Yes | Unique cart identifier. |
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. |