# Product Promotion
The `product_promotion` object describes a promotion applied to a product.
## Usage Example
```liquid
{%- comment -%} Show product promotion details {%- endcomment -%}
{% if product.promotion %}
{{ product.promotion.title }}
{{ product.promotion.description }}
Type: {{ product.promotion.type }}
{% endif %}
```
## Properties
### description
Returns the promotion description if any.
### title
Returns the promotion title if any.
### type
Returns the promotion type