Was this helpful?
Ticket Definition Object
Attributes
idstringformat GUID
Ticket definition ID.
priceobject
Ticket price.
freeboolean
Whether the ticket is free (read only).
namestring
Ticket name.
descriptionstring
Ticket description.
limitPerCheckoutintegerminimum 0maximum 20
Limit of tickets that can be purchased per checkout.
Set to 20 for unlimited ticket definition.
orderIndexinteger
Custom sort index.
policystring
Policy information plain text block, as printed on the ticket.
dashboardobject
Sensitive dashboard data.
eventIdstringformat GUID
Event ID associated with the ticket.
wixFeeConfigobject
Configuration of the fixed-rate Wix service fee that is applied at checkout to each ticket sold.
salePeriodobject
Ticket sale period.
saleStatusstringRead-only
3 supported values:
SALE_SCHEDULEDSALE_STARTEDSALE_ENDED
Ticket sale status.
stateArray <string>
Ticket state.
pricingobject
Ticket pricing.
Was this helpful?
PostQuery Ticket Definitions
Retrieves a list of up to 100 ticket definitions, supporting structurized queries.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage Orders
Manage Ticket Definitions
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
POST
https://www.wixapis.com/events/v1/ticket-definitions/queryWas this helpful?
GetList Ticket Definitions
Retrieves a list of up to 100 ticket definitions, with basic filter support.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage Orders
Manage Ticket Definitions
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
GET
https://www.wixapis.com/events/v1/ticket-definitionsWas this helpful?
PostCreate Ticket Definition
Creates a ticket definition (and enables ticket sales).
Permission Scopes
For app development, you must have one of the following permission scopes:Manage Ticket Definitions
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
POST
https://www.wixapis.com/events/v1/ticket-definitionsWas this helpful?
DeleteDelete Ticket Definition
Deletes a ticket definition. (Does not affect tickets that were already ordered).
Permission Scopes
For app development, you must have one of the following permission scopes:Manage Ticket Definitions
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
DELETE
https://www.wixapis.com/events/v1/ticket-definitionsWas this helpful?
GetGet Ticket Definition
Retrieves a ticket definition.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage Orders
Manage Ticket Definitions
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
GET
https://www.wixapis.com/events/v1/ticket-definitions/{definitionId}Was this helpful?
PatchUpdate Ticket Definition
Updates a ticket definition. See partial updates for more information.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage Ticket Definitions
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
PATCH
https://www.wixapis.com/events/v1/ticket-definitions/{definitionId}Was this helpful?
PutChange Currency
Changes the currency for all tickets (per event).
Permission Scopes
For app development, you must have one of the following permission scopes:Manage Ticket Definitions
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
PUT
https://www.wixapis.com/events/v1/ticket-definitions/currencyWas this helpful?
Definition Ticket Definition Created
Event Body
Event Body Event data is received as a JSON Web Token (JWT). It may be delayed.
Be sure to verify the data was sent by Wix.
Event Data
timestampstringformat date-time
Ticket Definition created timestamp in ISO UTC format.
ticketDefinitionIdstringformat GUID
Ticket Definition ID.
eventIdstringformat GUID
Event ID.
originatedFromobject
Originated from.
Was this helpful?
Definition Ticket Definition Updated
Event Body
Event Body Event data is received as a JSON Web Token (JWT). It may be delayed.
Be sure to verify the data was sent by Wix.
Event Data
timestampstringformat date-time
Ticket definition updated timestamp in ISO UTC format.
ticketDefinitionIdstringformat GUID
Ticket definition ID.
eventIdstringformat GUID
Event ID.
Was this helpful?
Definition Ticket Definition Deleted
Event Body
Event Body Event data is received as a JSON Web Token (JWT). It may be delayed.
Be sure to verify the data was sent by Wix.
Event Data
timestampstringformat date-time
Ticket definition deleted timestamp in ISO UTC format.
ticketDefinitionIdstringformat GUID
Ticket definition ID.
eventIdstringformat GUID
Event ID.
Was this helpful?