Field | Type | Description |
---|---|---|
Email? | Nullable. Email address of the consumer. Can be null if the order has been placed by ISOP. | |
firstname | String? | Nullable. Firstname of the consumer. Can be null if the order has been placed by ISOP. |
lastname | String? | Nullable. Lastname of the consumer. Can be null if the order has been placed by ISOP. |
phone | Phone? | Nullable. Phone of the consumer. Can be null if the order has been placed by ISOP. |
user_id | Int? | Nullable. Bakeronline user_id from the consumer. |
{
"email": "example@domain.com",
"firstname": "...",
"lastname": "...",
"phone": "+32 475 00 00 00",
"user_id": 10
}