Skip to Content

Channel

The channel object provides information about the sales channel that this feed belongs to, including its name, URL, and logo.

{%- comment -%} Output channel info at the top of a feed {%- endcomment -%} <channel> <title>{{ channel.name }}</title> {% if channel.url %}<link>{{ channel.url }}</link>{% endif %} </channel>

address

Returns the channel address.

Returns the channel logo.

url

Returns the channel url if any.

name

Returns the name.

id

Returns the id.