acedatacloud_export_orders
Export caller orders as CSV text, filtered by order state, payment method, and creation date. Set a maximum byte limit to keep the output bounded.
Instructions
Export caller orders as bounded CSV text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Optional state filters. | |
| pay_way | No | Optional payment filters. | |
| max_bytes | No | Maximum CSV bytes returned. | |
| created_at_to | No | ISO-8601 upper creation bound. | |
| created_at_from | No | ISO-8601 lower creation bound. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |