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

Customers

Review customer accounts created from checkout and customer portal sign-ins.

{% if customers %}
{% for customer in customers %} {% endfor %}
Customer ID Name Email Status Last login Admin
{{ customer.public_id }} {{ customer.full_name or "?" }} {{ customer.email }} {{ customer.status.value }} {{ customer.last_login_at or "?" }} View customer
{% else %}

No customers found yet.

{% endif %}