create_cart
ActiveTool of Synchronity
Create a new shopping cart for a specific site. Returns a cart_id. IMPORTANT: Reuse the active cart_id across multiple products in the same session. Do NOT call create_cart again if you already have a cart_id for this site in the chat history.
Parameters schema
{
"type": "object",
"required": [
"site_id"
],
"properties": {
"site_id": {
"type": "string",
"description": "Registered site ID"
},
"currency": {
"type": "string",
"description": "ISO 4217 currency code (e.g., \"USD\", \"EUR\", \"GBP\"). Defaults to site currency."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Synchronity
https://github.com/themewireco/synchronity
2/7 registries