# ProductRelatedOffer

### Object description

| Field          | Type                                                                                     | Required | Description                        |
| -------------- | ---------------------------------------------------------------------------------------- | -------- | ---------------------------------- |
| id             | String                                                                                   | Yes      | Offer identifier                   |
| title          | [Translatable](https://developer.smarts.ee/general/data-object-description/translatable) | Yes      | Offer title                        |
| startDate      | String                                                                                   | No       | Offer start date format YYYY-MM-DD |
| endDate        | String                                                                                   | No       | Offer end date format YYYY-MM-DD   |
| type           | [OfferType](https://developer.smarts.ee/general/data-object-description/offertype)       | Yes      | Offer type = PRODUCT\_RELATED      |
| relatedProduct | [Product](https://developer.smarts.ee/general/data-object-description/product)           | Yes      | Related product                    |
