Send synthetic orders
send_ordersGenerate and send a batch of synthetic orders to your order API. Use seeded mode for accepted traffic or simple mode to test rejection paths, with a fixed seed for replaying batches.
Instructions
Generate count orders and POST each one to the configured order API.
Use seeded for traffic that should be accepted and simple to drill the
API's rejection path. The result reports the seed, so the same batch can be
replayed by passing it back in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | seeded | |
| seed | No | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| seed | Yes | Replay this batch by passing this seed back in. | |
| accepted | Yes | ||
| rejected | Yes | ||
| requested | Yes | ||
| status_counts | Yes | ||
| sample_failures | Yes | ||
| accepted_total_cents | Yes |