create_checkout
ActiveTool of PuroAir
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
PuroAir
1/7 registries