order_add_file
Attach a file to an order by providing a public URL and optional display name.
Instructions
Attach a file (by URL) to an order.
Parameters
order_id : Internal order ID. file_url : Publicly accessible URL of the file to attach. file_name : Display name for the file (optional, defaults to the URL filename).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| file_url | Yes | ||
| file_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||