{% if commerce_config.favicon_url %} {% endif %}
{% if commerce_config.logo_url %} {{ commerce_config.host_site_title }} logo {% endif %} {{ commerce_config.host_site_title }} Admin

Products

Manage commerce products for {{ commerce_config.host_site_title }}.

Create, edit, price, and preview storefront products.

Create product

{% if error %}

{{ error }}

{% endif %} {% if products %}
{% for product in products %} {% endfor %}
Image Name Slug Categories Status Kind Price count Edit Prices Preview
{% if product.main_image_url %} {{ product.name }} {% else %} No image {% endif %} {{ product.name }} {{ product.slug }} {{ product.category_slugs | join(", ") }} {{ product.status.value }} {{ product.kind.value }} {{ product.prices | length }} Edit Prices Preview
{% else %}

No products have been created yet.

{% endif %}