createSale
Creates a new box office sale.
This creates an empty sale in the OPEN state that can then have items added to it
using setSaleItemQuantity, addSeatToSale, or setSaleVolumeQuantities. The sale will expire
after a configurable period if not completed.
Authorization is required.
Arguments
| Argument | Description | Type |
|---|---|---|
| input | CreateSaleInput! |
Type
This field resolves to CreateSalePayload, which has the following fields: