add_to_cart
ActiveTool of Graffeo Coffee Roasting
Add a product to a cart and return its checkout URL. IMPORTANT: this does NOT charge or place an order. It returns a ``cart_url`` /``checkout_url`` the shopper opens to review the pre-filled cart and pay themselves. Use for "add X to my cart" / "I want to buy X". For multiple items in one cart, use create_checkout. Verify availability with check_stock first — adding an out-of-stock item wastes the shopper's click-through. Args: sku: Product SKU (from list_products / search_products). quantity: How many (default 1).
Parameters schema
{
"type": "object",
"title": "add_to_cartArguments",
"required": [
"sku"
],
"properties": {
"sku": {
"type": "string",
"title": "Sku"
},
"quantity": {
"type": "integer",
"title": "Quantity",
"default": 1
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Graffeo Coffee Roasting
1/7 registries