Delivery Scenarios
A delivery scenario defines how an order will be delivered.
You can define an order fee for a delivery scenario and you can define in which conditions a delivery scenario is available. Typically, the customer will select the delivery scenario most appropriate for him.
Examples include: Print at home, Mobile, Send by mail, Retrieve at desk
Types
There are 3 types of delivery scenarios:
- Manual (
2501
): delivery of the tickets will happen manually by the seller. This could be via a daily or weekly print. - Automatic after full payment (
2502
): Ticketmatic will deliver the tickets automatically once the outstanding balance for the order reaches 0 (full payment). - Automatic after confirmation (
2503
): Ticketmatic will deliver the tickets automatically as soon as the order is confirmed.
Availability
The full rules for defining when a delivery scenario can be used are defined in DeliveryscenarioAvailability.
Operations
- Get a list of delivery scenarios GET /api/1/{accountname}/settings/ticketsales/deliveryscenarios
- Get a single delivery scenario GET /api/1/{accountname}/settings/ticketsales/deliveryscenarios/{id}
- Create a new delivery scenario POST /api/1/{accountname}/settings/ticketsales/deliveryscenarios
- Modify an existing delivery scenario PUT /api/1/{accountname}/settings/ticketsales/deliveryscenarios/{id}
- Remove a delivery scenario DELETE /api/1/{accountname}/settings/ticketsales/deliveryscenarios/{id}
- Fetch translatable fields GET /api/1/{accountname}/settings/ticketsales/deliveryscenarios/{id}/translate
- Update translations PUT /api/1/{accountname}/settings/ticketsales/deliveryscenarios/{id}/translate