{% if jumiaProductApi is not null %}
Product Image
{% set active = "active" %} {% if jumiaProductApi["Images"]["Image"][0] is defined %}
{% for image in jumiaProductApi["Images"]["Image"] %}
Product Image
{% set active = " " %} {% endfor %}
{% else %}
Product Image
{% endif %}

{{ jumiaProductApi["Name"] }}

{{ jumiaProductApi["ProductData"]["ShortDescription"]|raw }}

{% if jumiaProductApi["SalePrice"] is defined %}

Special Price : {{ jumiaProductApi["SalePrice"] }}

Price : {{ jumiaProductApi["Price"] }}

{% else %}

Price : {{ jumiaProductApi["Price"] }}

{% endif %}
{% if existedInMagento == "true" %}
Existed in Magento
{% else %}
Add to Magento
{% endif %}
{% else %}

SellerSku Not Found ...

{% endif %}