You're viewing a demo portfolio

Join the waitlist
PRSM

create_checkout

Active

Tool of Graffeo Coffee Roasting

declared in 1.26.0

Build a multi-item cart and return its checkout URL. IMPORTANT: this does NOT charge or place an order — it returns a ``checkout_url`` the shopper opens to pay. Use to assemble a basket the shopper asked for. Args: items: list of ``{"sku": str, "quantity": int}`` (quantity defaults 1).

Parameters schema

{
  "type": "object",
  "title": "create_checkoutArguments",
  "required": [
    "items"
  ],
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      },
      "title": "Items"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Graffeo Coffee Roasting

1/7 registries
View full server →