Connected Stores
{{ active_stores }} active out of {{ total_stores }} registered
{% for item in store_data %}
{% if item.last_health %}
{% endfor %}
{% else %}
{% if item.store.logo %}
{% else %}
{{ item.store.name|first }}
{% endif %}
{{ item.store.name }}
{{ item.store.slug }}
{{ item.store.is_active|yesno:"Active,Inactive" }}
{{ item.store.base_api_url }}
{{ item.store.get_auth_method_display }}
{{ item.store.priority }}
{{ item.last_health.response_time_ms }}ms — HTTP {{ item.last_health.status_code }}
{% if item.uptime is not None %}
{{ item.uptime }}%
{% endif %}
{% endif %}
No stores connected
Add your first eCommerce store to start aggregating products.
Add Your First Store