EventUpsellitem

Upsell items for the event.

Fields

FieldDescription
id
int

Id of the linked item

Example value:777701
type
string

Upsellitem type. Currently supported values are: event, product

Example value:"event"

Example

1{
2    "id": 777701,
3    "type": "event"
4}