budget_orders_create
Create a budget order for LOC accounts. Specify budget amount, currency, dates, and org IDs to allocate advertising spend.
Instructions
Create a budget order (LOC accounts only). Wraps Apple's {bo, orgIds} envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| budget | Yes | ||
| startDate | Yes | YYYY-MM-DD. | |
| endDate | Yes | YYYY-MM-DD. | |
| primaryBuyerEmail | No | ||
| primaryBuyerName | No | ||
| billingEmail | No | ||
| clientName | No | ||
| orderNumber | No | ||
| supplySources | No | ||
| orgIds | Yes | Apple currently supports exactly one orgId per budget order. | |
| orgId | No | Override the org (account) for this call. Defaults to ASA_ORG_ID. Use the `org_acls` tool to discover orgIds. |