Create Order
hyros_create_orderRegister a sale order in Hyros to create an attributed record for a lead, capturing items, pricing, and customer contact.
Instructions
Register a new sale/order in Hyros. This creates a sale record attributed to a lead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Order date in ISO 8601 format | |
| No | Customer email (required if no phoneNumbers) | ||
| items | Yes | Order items (required) | |
| stage | No | Lead stage to apply | |
| taxes | No | Total order taxes | |
| orderId | No | External order ID | |
| currency | No | Currency code (e.g., USD) | |
| discount | No | Total order discount | |
| shipping | No | Shipping cost | |
| phoneNumbers | No | Customer phone numbers (required if no email) |