Preview a synthetic order
preview_orderGenerate a single synthetic order for preview without sending it. Use seeded mode for valid data or simple mode for invalid data, with optional seed to reproduce exact payloads.
Instructions
Generate one order and return it without sending it.
seeded samples the catalog and should be accepted; simple invents every
field and should be rejected. Pass seed to reproduce an exact payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | seeded | |
| seed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| seed | Yes | ||
| order | Yes | ||
| line_count | Yes | ||
| total_cents | Yes |