pretixupdateticket - Update a Pretix Ticket by id

Update various ticket fields in pretix.
Scope is updating a ticket.

Covers the Pretix API Endpoint https://docs.pretix.eu/en/latest/api/resources/orders.html#manipulating-individual-positions.

See https://pretix.eu fore more information.

organizer
Type
string
Required
required
The slug field of the organizer to modify.
Example:
1001fx
event
Type
string
Required
required
The slug field of the event to modify.
Example:
demo
ticketCode
Type
string
Required
required
Ticket to update.
Example:
7kuywbzgfubpxncg6ek3hmrj7fz8hry4
apiToken
Type
string
Required
required
Your pretix API Token.
Example:
yourApiToken
attendeeData
Type
object
Required
required
The data to update your attendee with. Only the specified fields will be updated.
Example:
{
  "attendee_email": "pretixdemo@1001fx.com",
  "attendee_name": "1001fx User",
  "company": "1001fx",
  "street": "1001fx Street",
  "zipcode": "10001",
  "city": "1001fx City",
  "country": "Germany"
}
attendee_email
Type
email
The attendees email.
Example:
pretixdemo@1001fx.com
attendee_name
Type
string
Attendee name including first and last name.
company
Type
string
The attendees company.
street
Type
string
The attendees street.
zipcode
Type
string
The attendees zip code.
city
Type
string
The attendeees city.
country
Type
string
The attendees country.
state
Type
string
The attendees state.

Available on

Postman
Make
Zapier
N8N
Airtable
SeaTable
Bubble
Power Automate
Workato
SAP Build