You're viewing a demo portfolio

Join the waitlist
PRSM

create_cart

Active

Tool of Synchronity

declared in 0.2.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Synchronity

https://github.com/themewireco/synchronity

2/7 registries
View full server →