deliveryType | "collection" | "delivery" | Delivery type chosen by the customer |
products | Array of Product Objects | Products and options chosen by the customer |
customerFirstName | string (optional) | First name of the customer. Present if the name page is enabled in the flow settings |
customerLastName | string (optional) | Last name of the customer. Present if the name page is enabled in the flow settings |
street | string (optional) | Street of the address of the customer. Present if the address page is enabled in the flow settings |
postalCode | string (optional) | Postal code of the address of the customer. Present if the address page is enabled in the flow settings |
city | string (optional) | City of the address of the customer. Present if the address page is enabled in the flow settings |
requestedTime | string (optional) | Requested time. Can be "ASAP" or the time in ISO format. Present if the time page is enabled in the flow settings |