Version 1.0
Returns the value of the id field of the product.
{{ response.product.id }}
123
Version 1.0
Returns the boolean of the available field of the product.
{{ response.product.available }}
1
Version 1.0
Returns the value of the sku field of the product.
<span>{{response.product.sku}}</span>
{{ response.product.sku }}
154000M005
Version 1.0
Returns the value of the list_title field of the product.
{% for item in response.related_products %}
<p>{{item.list_title}}</p>
{% endfor %}
{{ response.product.list_title }}
HERO
Version 1.0
Returns the value of the title field of the product.
<h1 class="h2" >{{response.product.title}}</h1>
{{ response.product.title }}
BOXING HERO
Version 1.0
Returns the value of the description field of the product.
<p>{{response.product.description}}</p>
{{ response.product.description }}
BOXING HERO
Version 1.0
Returns the value of the content field of the product.
<div class="tab" >
{{response.product.content}}
</div>
{{ response.product.content }}
ALMOFADA DECORATIVA COM MOTIVOS ESTAMPADOS
Version 1.0
Returns all of the line price in the product.
Version 1.0
Returns all of the line previous_price in the product.
Version 1.0
Returns the value of the price_discount field of the product.
<span>{{response.product.price_discount}}</span>
{{ response.product.price_discount }}
-30%
Version 1.0
Returns all of the line selected_variant in the product.
Version 1.0
Returns all of the line tags in the product.
Version 1.0
Returns all of the line variants in the product.
Version 1.0
Returns the value of the url field of the product.
{% for item in response.related_products %}
<a href="{{item.url|raw}}" class="add-wish" ><span class="fa-heart-o" ></span></a>
{% endfor %}
{{ response.product.url }}
index.php?id=58&pid=123
Version 1.0
Returns all of the line featured_image in the product.
Version 1.0
Returns all of the line images in the product.
Version 1.0
Returns the value of the vendor field of the product.
<h2>{{response.product.vendor}}</h2>
{{ response.product.vendor }}
Redicom
Version 1.0
Returns the value of the family field of the product.
<h4>{{response.product.family}}</4>
{{ response.product.family }}
Botas
Version 1.0
Returns the value of the sub_family field of the product.
<span>{{response.product.sub_family}}</span>
{{ response.product.sub_family }}
Botas de tacão alto
Version 1.0
Returns the value of the category field of the product.
<div class="wrapper-cartegory" >
{{response.product.category}}
</div>
{{ response.product.category }}
Calçado
Version 1.0
Returns the value of the sub_category field of the product.
<div class="wrapper-sub_category" >
{{response.product.sub_category}}
</div>
{{ response.product.sub_category }}
Sapato Vela
Version 1.0
Returns the value of the season field of the product.
<h3>{{response.product.season}}</h3>
{{ response.product.season }}
Fall-Winter
Version 1.0
Returns the value of the gender field of the product.
<span>{{response.product.gender}}</span>
{{ response.product.gender }}
Feminino
Version 1.0
Returns the value of the range field of the product.
<span>{{response.product.range}}</span>
{{ response.product.range }}
1st Level
Version 1.0
Returns the value of the year field of the product.
<span>{{response.product.year}}</span>
{{ response.product.year }}
2015
Version 1.0
Returns all of the line available_colors in the product.
Version 1.0
Returns the value of the brand field of the product.
{% for item in response.product.brand%}
{% for it in item %}
<span>{{it.name}}</span>
<span>{{it.description}}</span>
<img src='{{it.image.resource_url.regular}}' alt='{{it.image.alt}}' title='{{it.image.alt}}'>
{% endfor %}
{% endfor %}
{{ response.product.brand }}
Array (name,description, image)
Version 1.0
Returns the value of the sku_family field of the product.
<span>{{response.product.sku}}</span>
{{ response.product.sku_family }}
154000M
Version
Returns the value of the sku_group field of the product.
Version
Returns the value of the pc field of the product.
{{ response.product.pc }}
1
Version
Returns the value of the new field of the product.
Version
Returns the value of the ean field of the product.
Version
Returns the value of the price_max field of the product.
Version
Returns the value of the price_min field of the product.
Version
Returns the value of the comparator field of the product.
Version
Returns the value of the composition field of the product.
Version
Returns the value of the review_product field of the product.
Version
Returns the value of the wishlist field of the product.
Version 1.0
Returns the booelan of the lock field of the product.
{{ response.product.lock }}
1
Version 1.0
Returns the value of the lugar field of the product.
{{ response.product.lugar}}
15
Version 1.0
Returns the value of the order field of the product.
{{ response.product.order }}
23