get_cart
ActiveTool of Synchronity
Retrieve current cart contents, including items, pricing, discounts, and totals. The card already shows the line items and totals to the user, so keep your text reply to one brief sentence — do not re-list the cart contents.
Parameters schema
{
"type": "object",
"required": [
"site_id"
],
"properties": {
"cart_id": {
"type": "string",
"description": "Cart ID (optional if an active cart exists for the site)"
},
"site_id": {
"type": "string",
"description": "Registered site ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Synchronity
https://github.com/themewireco/synchronity
2/7 registries