SetSaleItemQuantityInput
Input object
Input for setting item quantities on a sale by ticket type.
The SaleItemQuantityInput.quantity is the desired absolute total, not an additive amount.
Fields
| Field | Description | Type |
|---|---|---|
items | Items with their desired absolute quantities per ticket type. | [ SaleItemQuantityInput! ]! |
saleId | The ID of the `Sale`. | ID! |