{% if dolibarrProductApi is not null %}
{% set mainImage = "" %} Product Image
{% if dolibarrProductApi["array_options"] is defined %}
Product Image
{% for key, image in dolibarrProductApi["array_options"] %} {% if 'options_image' in key and image|length > 10 %}
Product Image
{% endif %} {% endfor %}
{% else %}
Product Image
{% endif %}

{{ dolibarrProductApi["label"] }}

{{ dolibarrProductApi["array_options"]["options_shortdescription"]|raw }}

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

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

Price : {{ dolibarrProductApi["price_ttc"] }}

{% else %}

Price : {{ dolibarrProductApi["price_ttc"] }}

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

SellerSku Not Found ...

{% endif %}