create_order
Create a new product order and generate a payment link using the returned order ID. Specify items and optional customer email for receipt.
Instructions
Create a new order for products. Returns an order ID that can be used to generate a payment link.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of items to purchase | |
| customerEmail | No | Customer email for receipt (defaults to guest@paylo.ai) |