Products List
{{ error }}
{% endif %}
| S.No | Product Name | Transaction API | Sku | Price Type | Price | Starting Price | Ending Price | Description | Status | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ each_product.snoCount }} | {{ each_product.productName }} | {{ each_product.apiName }} | {{ each_product.sku }} | {{ each_product.price }} | {{ each_product.startingPrice }} | {{ each_product.endingPrice }} | {{ each_product.description }} | {% if each_product.actionText == "Active" %} {{each_product.actionText}} {% else %} {{each_product.actionText}} {% endif %} |