Add Product
Add a product to your store. Keep it simple — the AI will handle finding it for customers.
Product usage: {{ product_count }}/{{ product_limit }} {% if at_product_limit %} (Limit reached) {% else %} ({{ remaining_slots }} slot{{ remaining_slots|pluralize }} left) {% endif %}
{% if at_product_limit %}You have reached your product limit of {{ product_limit }} products.
Delete an existing product from your dashboard to add a new one.
{% for err in errors %}
{% endif %}
{{ err }}
{% endfor %}