# ManufacturerList
The `manufacturer_list` object describes a list of manufacturers in the store. Use this object to access all manufacturers.
## Usage Example
```liquid
{%- comment -%} List all manufacturers {%- endcomment -%}
{% for manufacturer in manufacturer_list.all %}
{{ manufacturer.title }}
{% endfor %}
```
## Properties
### all
List all available [manufacturers](/reference/liquid/objects/store/manufacturer/) in the store.