# Pp Eventbrite

> Every Eventbrite organizer endpoint, plus a local SQLite mirror of your events, orders Trigger phrases: `sync my eventbrite events`, `which of my events are selling slowest`, `find repeat attendees on eventbrite`, `check in roster for my event`, `how did my discount code perform`, `use eventbrite`, `run eventbrite`.

- Skill: `mvanhorn-printing-press-libra/pp-eventbrite` (Agent Skill)
- Install (CLI): `npx skillmds add mvanhorn-printing-press-libra/pp-eventbrite`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mvanhorn-printing-press-libra/pp-eventbrite/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: mvanhorn (https://skillmd.com/u/mvanhorn-printing-press-libra)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/mvanhorn-printing-press-libra/pp-eventbrite

---

<!-- GENERATED FILE — DO NOT EDIT.
     This file is a verbatim mirror of library/media-and-entertainment/eventbrite/SKILL.md,
     regenerated post-merge by tools/generate-skills/. Hand-edits here are
     silently overwritten on the next regen. Edit the library/ source instead.
     See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". -->

# Eventbrite — Printing Press CLI

## Prerequisites: Install the CLI

This skill drives the `eventbrite-pp-cli` binary. **You must verify the CLI is installed before invoking any command from this skill.** If it is missing, install it first:

1. Install via the Printing Press installer. It defaults binaries to `$HOME/.local/bin` on macOS/Linux and `%LOCALAPPDATA%\Programs\PrintingPress\bin` on Windows:
   ```bash
   npx -y @mvanhorn/printing-press-library install eventbrite --cli-only
   ```
2. Verify: `eventbrite-pp-cli --version`
3. Ensure the reported install directory is on `$PATH` for the agent/runtime that will invoke this skill.

If the `npx` install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer):

```bash
go install github.com/mvanhorn/printing-press-library/library/media-and-entertainment/eventbrite/cmd/eventbrite-pp-cli@latest
```

If `--version` reports "command not found" after install, the runtime cannot see the binary directory on `$PATH`. Do not proceed with skill commands until verification succeeds.

## When to Use This CLI

Use this CLI when an agent manages an organizer's Eventbrite presence: creating and publishing events, pulling order and attendee history, and answering cross-event questions (which events sell slowest, which fans return, who the top buyers are, how a discount code performed) that the per-event dashboard and existing single-org MCP servers cannot answer. It is the right tool whenever the task needs the whole order/attendee history in one place rather than a single live API lookup. When the same promoter also sells on DICE, both CLIs emit JSON and a local SQLite store, so an agent can join the two datasets by event (name and date) and by buyer email for a cross-platform performance and loyalty picture.

## Unique Capabilities

These capabilities aren't available in any other tool for this API.

### Cross-event sales analytics
- **`sales-velocity`** — Ranks all your live events by tickets sold per day since on-sale and projects a sell-out date.

  _Reach for this when an agent needs to know which of an organizer's events are underperforming right now, not just current totals._

  ```bash
  eventbrite-pp-cli sales-velocity --json
  ```
- **`discount-performance`** — Per discount code: redemptions, type, and the redemption rate (share of the code's allotment used).

  _Pick this to measure whether a promo code actually drove sales before renewing or killing it._

  ```bash
  eventbrite-pp-cli discount-performance --json
  ```
- **`capacity`** — Sold vs total capacity and percent remaining across all your live events at once.

  _Use this to spot which events are near sell-out or badly under-sold in a single call._

  ```bash
  eventbrite-pp-cli capacity --json
  ```
- **`refund-rate`** — Refunded and cancelled order counts, refunded revenue, and the rate per event or across the org.

  _Pick this to flag events with abnormal refund rates that signal a pricing, date, or fulfillment problem._

  ```bash
  eventbrite-pp-cli refund-rate --json
  ```
- **`top-buyers`** — Ranks ticket buyers by total spend across all your events, not just by how many events they attended.

  _Reach for this to find an organizer's highest-value customers for VIP or pre-sale outreach._

  ```bash
  eventbrite-pp-cli top-buyers --limit 25 --json
  ```

### Search your own data offline
- **`repeat-attendees`** — Finds fans who bought into two or more of your events, across your whole synced history.

  _Use this for loyalty and re-marketing questions an agent cannot answer from any one event's attendee list._

  ```bash
  eventbrite-pp-cli repeat-attendees --min 2 --json
  ```
- **`roster`** — Offline attendee roster for one event with checked-in vs not-yet, VIP and comp flags, door-sorted.

  _Reach for this at the door when an agent needs a fast who-has-not-checked-in list without a live API round-trip._

  ```bash
  eventbrite-pp-cli roster 1234567890 --csv
  ```
- **`fan-export`** — Exports unique attendee contacts (email, name, events attended, check-in status), deduped across all your events and filterable by event.

  _Use this to build a clean, deduped contact list for an email campaign across an organizer's whole audience._

  ```bash
  eventbrite-pp-cli fan-export --csv
  ```

### Agency multi-org view
- **`org-rollup`** — Single pane across every organization your token can see: events count, tickets sold, gross, and top event per org.

  _Use this for an agency or multi-brand operator who needs one client roll-up instead of logging into each org._

  ```bash
  eventbrite-pp-cli org-rollup --json
  ```

## Command Reference

**balance** — Manage balance


**categories** — <a name="categories_object"></a>

## Category Object

An overarching category that an event falls into (vertical). Examples are “Music”, and “Endurance”.

- `eventbrite-pp-cli categories category-by-id` — Gets a `category` by ID as ``category``.
- `eventbrite-pp-cli categories list-of` — Returns a list of Category as categories, including subcategories nested. Returns a paginated response.

**discounts** — <a name="discount_object"></a>

## Discount Object

The Discount object represents a discount that an Order owner can use when purchasing tickets to an [Event](#event_object).

A Discount can be used to a single [Ticket Class](#ticket_class_object) or across multiple Ticket Classes for multiple Events simultaneously (known as a cross event Discount).

There are four types of Discounts:

+ **Public Discount.** Publically displays Discount to Order owner on the Event Listing and Checkout pages. Only used with a single Event.

+ **Coded Discount.** Requires Order owner to use a secret code to access the Discount.

+ **Access Code.** Requires Order owner to use a secret code to access hidden tickets. Access codes can also optionally contain a discount amount.

+ **Hold Discount.** Allows Order owner to apply or unlock Discount for seats on hold.

The display price of a ticket is calculated as: \
`price_before_discount` - `discount_amount` = `display_price`

Notes:

* Public and Coded Discounts can specify either an amount off or a percentage off, but not both types discounts.

* Public Discounts should not contain apostrophes or non-alphanumeric characters (except “-���, “_”, ” ”, “(”, ”)”, “/”, and “”).

* Coded Discounts and Access Codes should not contain spaces, apostrophes or non-alphanumeric characters (except “-”, “_”, “(”, ”)”, “/”, and “”).

#### Fields

Use these fields to specify information about a Discount.

|         Field         |       Type       |                                                                                              Description                                                                                              |
| :-------------------- | :--------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `code`                | `string`         | Discount name for a Public Discount, or the code for a Coded Discount and Access Code.                                                                                                                |
| `type`                | `string`         | Discount type. Can be `access`, `coded`, `public` or `hold`.                                                                                                                                          |
| `end_date`            | `datetime`       | Date until which the Discount code is usable. Date is naive and assumed relative to the timezone of an Event. If null or empty, the discount is usable until the Event end_date. ISO 8601 notation: `YYYY-MM-DDThh:mm:ss`.|
| `end_date_relative`   | `integer`        | End time in seconds before the start of the Event until which the Discount code is usable. If null or empty, the discount is usable until the Event end_date.                                         |
| `amount_off`          | `decimal`        | Fixed amount applied as a Discount. This amount is not expressed with a currency; instead uses the Event currency from 0.01 to 99999.99. Only two decimals are allowed. The default is `null` for an Access Code. |
| `percent_off`         | `decimal`        | Percentage amount applied as a Discount. Displayed in the ticket price during checkout, from 1.00 to 100.00. Only two decimals are allowed. The default is `null` for an Access Code.                             |
| `quantity_available`  | `integer`        | Number of times this Discount can be used; `0` indicates unlimited use.                                                                                                                               |
| `quantity_sold`       | `integer`        | Number of times this Discount has been used. This is a read only field.                                                                                                                               |
| `start_date`          | `local datetime` | Date from which the Discount code is usable. If null or empty, the Discount is usable effective immediately.                                                                                          |
| `start_date_relative` | `integer`        | Start time in seconds before the start of the Event from which the Discount code is usable. If null or empty, the Discount is usable effective immediately.                                           |
| `ticket_class_ids`    | `list`           | List of discounted Ticket Class IDs for a single Event. Leave empty if you want to see all the tickets for the Event.                                                                                 |
| `event_id`            | `string`         | Single Event ID to which the Discount can be used. Leave empty for Discounts.                                                                                                                         |
| `ticket_group_id`     | `string`         | [Ticket Group](#ticket_group_object) ID to which the Discount can be used.                                                                                                                            |
| `hold_ids`            | `list`           | List of hold IDs this discount can unlock. Null if this discount does not unlock a hold.                                                                                                              |

The following conditions define the extend of the Discount:

* If `event_id` is provided and `ticket_class_ids` are not provided, a single Event Discount is created for all Event tickets.

* If both `event_id` and `ticket_class_ids` are provided, a single Event Discount is created for the specific Event  tickets.

* If `ticket_group_id` is provided, a Discount is created for the Ticket Group.

* If neither `event_id` nor `ticket_group_id` are provided, a Discount is created that applies to all tickets for an [Organization's](#organization_object) Events, including future Events.

#### Expansions

Information from expansions fields are not normally returned when requesting information. To receive this information in a request, expand the request.

|     Expansion      |               Source               |                                                                           Description                                                                            |
| :----------------- | :--------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `event`            | `event_id`                         | Single Event to which the Discount can be used.                                                                                                                  |
| `ticket_group`     | `ticket_group_id`                  | Ticket Group to which the Discount can be used.                                                                                                                  |
| `reserved_seating` | `ticket-reserved-seating-settings` | Reserved seating settings for the [Ticket Class](#ticket_class_object). This expansion is not returned for Ticket Classes that do not support reserved seasting. |

- `eventbrite-pp-cli discounts delete-a` — Delete a Discount. Only unused Discounts can be deleted.
- `eventbrite-pp-cli discounts retrieve-a` — Retrieve a Discount by Discount ID.
- `eventbrite-pp-cli discounts update-a` — Update a Discount by Discount ID.

**event** — <a name="event_object"></a>

## Event Object

The Event object represents an Eventbrite Event. An Event is owned by one [Organization](#organization_object).

#### Public Fields

Use these fields to specify information about an Event. For publicly listed Events, this information can be retrieved by all Eventbrite [Users](#user_object) and Eventbrite applications.

|       Field       |       Type       |                                               Description                                               |
| :---------------- | :--------------- | ------------------------------------------------------------------------------------------------------- |
| `name`            | `multipart-text` | Event name.                                                                                             |
| `summary`         | `string`         | (Optional) Event summary. Short summary describing the event and its purpose.                           |
| `description`     | `multipart-text` | (*DEPRECATED*) (Optional) Event description. Description can be lengthy and have significant formatting.               |
| `url`             | `string`         | URL of the Event's Listing page on eventbrite.com.                                                      |
| `start`           | `datetime-tz`    | Event start date and time.                                                                              |
| `end`             | `datetime-tz`    | Event end date and time.                                                                                |
| `created`         | `datetime`       | Event creation date and time.                                                                           |
| `changed`         | `datetime`       | Date and time of most recent changes to the Event.                                                      |
| `published`       | `datetime`       | Event publication date and time.                                                                        |
| `status`          | `string`         | Event status. Can be `draft`, `live`, `started`, `ended`, `completed` and `canceled`.                   |
| `currency`        | `string`         | Event [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code.                                 |
| `online_event`    | `boolean`        | true = Specifies that the Event is online only (i.e. the Event does not have a [Venue](#venue_object)). |
| `hide_start_date` | `boolean`        | If true, the event's start date should never be displayed to attendees.                                     |
| `hide_end_date`   | `boolean`        | If true, the event's end date should never be displayed to attendees.                                       |

#### Private Fields

Use these fields to specify properties of an Event that are only available to the [User](#user_object).

|        Field         |   Type    |                                                                                                Description                                                                                                |
| :------------------- | :-------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `listed`             | `boolean` | true = Allows the Event to be publicly searchable on the Eventbrite website.                                                                                                                              |
| `shareable`          | `boolean` | true = Event is shareable, by including social sharing buttons for the Event to Eventbrite applications.                                                                                                  |
| `invite_only`        | `boolean` | true = Only invitees who have received an email inviting them to the Event are able to see Eventbrite applications.                                                                                       |
| `show_remaining`     | `boolean` | true = Provides, to Eventbrite applications, the total number of remaining tickets for the Event.                                                                                                         |
| `password`           | `string`  | Event password used by visitors to access the details of the Event.                                                                                                                                       |
| `capacity`           | `integer` | Maximum number of tickets for the Event that can be sold to [Attendees](#attendee_object). The total capacity is calculated by the sum of the quantity_total of the [Ticket Class](#ticket_class_object). |
| `capacity_is_custom` | `boolean` | true = Use custom capacity value to specify the maximum number of Attendees for the Event. False = Calculate the maximum number of Attendees for the Event from the total of all Ticket Class capacities. |

<a name="music_properties_object"></a>

#### Music Properties

The Music Properties object includes a few attributes of an event for Music clients. To retrieve Music Properties by Event ID, use the `music_properties` expansion.

|       Field       |   Type   |                                                                                Description                                                                                 |
| :---------------- | :------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `age_restriction` | `enum`   | Minimum age requirement of event attendees.                                                                                                                                |
| `presented_by`    | `string` | Main music event sponsor.                                                                                                                                                  |
| `door_time`       | `string` | Time relative to UTC that the doors are opened to allow people in the the day of the event. When not set, the event will not have any door time set. 2019-05-12T-19:00:00Z |

<a name="event_expansions" />

#### Expansions

Information from expansions fields are not normally returned when requesting information. To receive this information in a request, expand the request.

|       Expansion           |        Source         |                                                                                                                       Description                                                                                                                        |
| :------------------------ | :-------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `logo`                    | `logo_id`             | Event image logo.                                                                                                                                                                                                                                        |
| `venue`                   | `venue_id`            | Event [Venue](#venue_object).                                                                                                                                                                                                                            |
| `organizer`               | `organizer_id`        | Event [Organizer](#organizer_object).                                                                                                                                                                                                                    |
| `format`                  | `format_id`           | Event [Format](#formats_object).                                                                                                                                                                                                                         |
| `category`                | `category_id`         | Event [Category](#categories_object).                                                                                                                                                                                                                    |
| `subcategory`             | `subcategory_id`      | Event [Subcategory](#subcategories_object).                                                                                                                                                                                                              |
| `bookmark_info`           | `bookmark_info`       | Indicates whether a user has saved the Event as a bookmark. Returns false if there are no bookmarks. If there are bookmarks, returns a a dictionary specifying the number of end-users who have bookmarked the Event as a count object like `{count:3}`. |
| `refund_policy`           | `refund_policy`       | Event [Refund Policy](#refund_policy_object).                                                                                                                                                                                                           |
| `ticket_availability`     | `ticket_availability` | Overview of availability of all Ticket Classes                                                                                                                                                                           |
| `external_ticketing`      | `external_ticketing`  | External ticketing data for the Event.                                                                                                                                                                                                                   |
| `music_properties`        | `music_properties`    | Event [Music Properties](#music_properties_object)                                                                                                                                                                                                       |
| `publish_settings`        | `publish_settings`    | Event publish settings.                                                                                                                                                                                                                                  |
| `basic_inventory_info`    | `basic_inventory_info`| Indicates whether the event has Ticket Classes, Inventory Tiers, Donation Ticket Classes, Ticket Rules, Inventory Add-Ons, and/or Admission Inventory Tiers.                                                                                             |
| `event_sales_status`      | `event_sales_status`  | Event’s sales status details                                                                                                                                                                                                                             |
| `checkout_settings   `    | `checkout_settings`   | Event checkout and payment settings.                                                                                                                                                                                                                     |
| `listing_properties`      | `listing_properties`  | Display/listing details about the event                                                                                                                                                                                                                  |
| `has_digital_content`     | `has_digital_content` | Whether or not an event [Has Digital Content](#has_digital_content_object)                                                                                                                                                                                                   |


**events** — <a name="event_object"></a>

## Event Object

The Event object represents an Eventbrite Event. An Event is owned by one [Organization](#organization_object).

#### Public Fields

Use these fields to specify information about an Event. For publicly listed Events, this information can be retrieved by all Eventbrite [Users](#user_object) and Eventbrite applications.

|       Field       |       Type       |                                               Description                                               |
| :---------------- | :--------------- | ------------------------------------------------------------------------------------------------------- |
| `name`            | `multipart-text` | Event name.                                                                                             |
| `summary`         | `string`         | (Optional) Event summary. Short summary describing the event and its purpose.                           |
| `description`     | `multipart-text` | (*DEPRECATED*) (Optional) Event description. Description can be lengthy and have significant formatting.               |
| `url`             | `string`         | URL of the Event's Listing page on eventbrite.com.                                                      |
| `start`           | `datetime-tz`    | Event start date and time.                                                                              |
| `end`             | `datetime-tz`    | Event end date and time.                                                                                |
| `created`         | `datetime`       | Event creation date and time.                                                                           |
| `changed`         | `datetime`       | Date and time of most recent changes to the Event.                                                      |
| `published`       | `datetime`       | Event publication date and time.                                                                        |
| `status`          | `string`         | Event status. Can be `draft`, `live`, `started`, `ended`, `completed` and `canceled`.                   |
| `currency`        | `string`         | Event [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code.                                 |
| `online_event`    | `boolean`        | true = Specifies that the Event is online only (i.e. the Event does not have a [Venue](#venue_object)). |
| `hide_start_date` | `boolean`        | If true, the event's start date should never be displayed to attendees.                                     |
| `hide_end_date`   | `boolean`        | If true, the event's end date should never be displayed to attendees.                                       |

#### Private Fields

Use these fields to specify properties of an Event that are only available to the [User](#user_object).

|        Field         |   Type    |                                                                                                Description                                                                                                |
| :------------------- | :-------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `listed`             | `boolean` | true = Allows the Event to be publicly searchable on the Eventbrite website.                                                                                                                              |
| `shareable`          | `boolean` | true = Event is shareable, by including social sharing buttons for the Event to Eventbrite applications.                                                                                                  |
| `invite_only`        | `boolean` | true = Only invitees who have received an email inviting them to the Event are able to see Eventbrite applications.                                                                                       |
| `show_remaining`     | `boolean` | true = Provides, to Eventbrite applications, the total number of remaining tickets for the Event.                                                                                                         |
| `password`           | `string`  | Event password used by visitors to access the details of the Event.                                                                                                                                       |
| `capacity`           | `integer` | Maximum number of tickets for the Event that can be sold to [Attendees](#attendee_object). The total capacity is calculated by the sum of the quantity_total of the [Ticket Class](#ticket_class_object). |
| `capacity_is_custom` | `boolean` | true = Use custom capacity value to specify the maximum number of Attendees for the Event. False = Calculate the maximum number of Attendees for the Event from the total of all Ticket Class capacities. |

<a name="music_properties_object"></a>

#### Music Properties

The Music Properties object includes a few attributes of an event for Music clients. To retrieve Music Properties by Event ID, use the `music_properties` expansion.

|       Field       |   Type   |                                                                                Description                                                                                 |
| :---------------- | :------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `age_restriction` | `enum`   | Minimum age requirement of event attendees.                                                                                                                                |
| `presented_by`    | `string` | Main music event sponsor.                                                                                                                                                  |
| `door_time`       | `string` | Time relative to UTC that the doors are opened to allow people in the the day of the event. When not set, the event will not have any door time set. 2019-05-12T-19:00:00Z |

<a name="event_expansions" />

#### Expansions

Information from expansions fields are not normally returned when requesting information. To receive this information in a request, expand the request.

|       Expansion           |        Source         |                                                                                                                       Description                                                                                                                        |
| :------------------------ | :-------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `logo`                    | `logo_id`             | Event image logo.                                                                                                                                                                                                                                        |
| `venue`                   | `venue_id`            | Event [Venue](#venue_object).                                                                                                                                                                                                                            |
| `organizer`               | `organizer_id`        | Event [Organizer](#organizer_object).                                                                                                                                                                                                                    |
| `format`                  | `format_id`           | Event [Format](#formats_object).                                                                                                                                                                                                                         |
| `category`                | `category_id`         | Event [Category](#categories_object).                                                                                                                                                                                                                    |
| `subcategory`             | `subcategory_id`      | Event [Subcategory](#subcategories_object).                                                                                                                                                                                                              |
| `bookmark_info`           | `bookmark_info`       | Indicates whether a user has saved the Event as a bookmark. Returns false if there are no bookmarks. If there are bookmarks, returns a a dictionary specifying the number of end-users who have bookmarked the Event as a count object like `{count:3}`. |
| `refund_policy`           | `refund_policy`       | Event [Refund Policy](#refund_policy_object).                                                                                                                                                                                                           |
| `ticket_availability`     | `ticket_availability` | Overview of availability of all Ticket Classes                                                                                                                                                                           |
| `external_ticketing`      | `external_ticketing`  | External ticketing data for the Event.                                                                                                                                                                                                                   |
| `music_properties`        | `music_properties`    | Event [Music Properties](#music_properties_object)                                                                                                                                                                                                       |
| `publish_settings`        | `publish_settings`    | Event publish settings.                                                                                                                                                                                                                                  |
| `basic_inventory_info`    | `basic_inventory_info`| Indicates whether the event has Ticket Classes, Inventory Tiers, Donation Ticket Classes, Ticket Rules, Inventory Add-Ons, and/or Admission Inventory Tiers.                                                                                             |
| `event_sales_status`      | `event_sales_status`  | Event’s sales status details                                                                                                                                                                                                                             |
| `checkout_settings   `    | `checkout_settings`   | Event checkout and payment settings.                                                                                                                                                                                                                     |
| `listing_properties`      | `listing_properties`  | Display/listing details about the event                                                                                                                                                                                                                  |
| `has_digital_content`     | `has_digital_content` | Whether or not an event [Has Digital Content](#has_digital_content_object)                                                                                                                                                                                                   |

- `eventbrite-pp-cli events delete-an` — Delete an Event if the delete is permitted. Returns a boolean indicating the success or failure of the delete action.
- `eventbrite-pp-cli events retrieve-an` — Retrieve an Event by Event ID.
- `eventbrite-pp-cli events update-an` — Update Event by Event ID.

**formats** — <a name="formats_object"></a>

## Format Object

The Format object represents an [Event](#event_object) type, for example seminar, workshop or concert. Specifying a Format helps website visitors discover a certain type of Event.

- `eventbrite-pp-cli formats list` — List all available Formats. Returns a paginated response.
- `eventbrite-pp-cli formats retrieve-a` — Retrieve a Format by Format ID.

**media** — <!-- Here is a tutorial on [Media Upload in EventBrite](https://www.eventbrite.com/developer/v3/resources/uploads/). -->

<a name="media_object"></a>

## Media Object

The Media object represents an image that can be included with an [Event](#event_object) listing, for example to provide branding or further information on the Event.

- `eventbrite-pp-cli media retrieve` — Retrieve Media by Media ID.
- `eventbrite-pp-cli media retrieve-a-upload` — Retrieve information on a Media image upload.
- `eventbrite-pp-cli media upload-a-file` — Upload a Media image file.

**orders** — <a name="order_object"></a>

## Order object

The Order object represents an order made against Eventbrite for one or more [Ticket Classes](#ticket_class_object). In other words, a single Order can be made up of multiple tickets. The object contains an Order's financial and transactional information; use the [Attendee](#attendee_object) object to return information on Attendees.

Order objects are considered private; meaning that all Order information is only available to the Eventbrite [User](#user_object) and Order owner.

#### Order Fields

|      Field       |                Type                 |                                                          Description                                                          |
| :--------------- | :---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| `created`        | `datetime`                          | Date and time the Order was placed and the Attendee created.

…(truncated)
