Models
Schema: `ProductEvent`
- Type:
object - Required fields:
description,event_type,id,product_id,title
Properties
| Name | Type | Required | Description |
|---|---|---|---|
created_at |
string |
false |
- |
description |
string |
true |
- |
event_type |
string |
true |
- |
id |
string |
true |
- |
metadata |
object |
false |
- |
product_id |
string |
true |
- |
title |
string |
true |
- |