Channel
The channel object provides information about the sales channel that this feed belongs to, including its name and locale settings.
Usage Example
{%- comment -%} Output channel info at the top of a feed {%- endcomment -%}
<channel>
<title>{{ channel.name }}</title>
<language>{{ channel.language }}</language>
</channel>address
Returns the channel address.
logo
Returns the channel logo.
url
Returns the channel url if any.
name
Returns the name.
id
Returns the id.