Part of Better Data's open operational infrastructure. Use standalone or with Commerce Chain Optimization.

See Commerce Chain Optimization →
Commerce Gateway

Tool Schema

Cart Operations

Cart and checkout-related operations in the Commerce Gateway schema.

1 min read · Tool Schema

Edit this page

Cart operations

  • add_to_cart
  • create_order
json
{
  "productId": "sku_123",
  "quantity": 2
}

Use server-side session state for cart continuity across multi-turn tool loops.