<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/SharedBudgetCreate",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:SharedBudgetCreate"
  },
  "title" : "SharedBudgetCreate"
}
-->

# SharedBudgetCreate

The request body for creating a new budget order.

```
object SharedBudgetCreate
```

## Discussion

The `SharedBudgetCreate` object is the request payload for creating a new budget order.

Ensure the `currency` in the `Money` object matches the ad account’s currency. Once created, you can assign the budget order to one or more campaigns using `SharedBudgetAssignment` on each campaign.

### Example

```json
{
  "name": "AwayFinder Q3 Budget Order",
  "startTime": "2026-08-01T00:00:00.000",
  "endTime": "2026-09-30T23:59:59.000",
  "value": {
    "amount": "50000.00",
    "currency": "USD"
  },
  "adAccountIds": [
    123456789
  ],
  "invoiceDetail": {
    "name": "AwayFinder Inc.",
    "orderNumber": "PO-987654321",
    "clientName": "AwayFinder Marketing",
    "primaryBuyerName": "Jordan Rivera",
    "primaryBuyerEmail": "jordan.rivera@awayfinder.com",
    "billingEmail": "billing@awayfinder.com"
  }
}
```

## Topics

### Dictionaries

[`object SharedBudgetCreate.InvoiceDetail`](/documentation/Apple-Ads-Platform-API/SharedBudgetCreate/InvoiceDetail-data.dictionary)

Invoice billing contact details supplied when creating a budget order.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)