Redicom Help Center

product

product.id

Version 1.0

Returns the value of the id field of the product.

Input

{{ response.product.id }}

Output

123

product.available

Version 1.0

Returns the boolean of the available field of the product.

Input

{{ response.product.available }}

Output

1

product.sku

Version 1.0

Returns the value of the sku field of the product.

<span>{{response.product.sku}}</span>

Input

{{ response.product.sku }}

Output

154000M005

product.list_title

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 %}

Input

{{ response.product.list_title }}

Output

HERO

product.title

Version 1.0

Returns the value of the title field of the product.

<h1 class="h2" >{{response.product.title}}</h1>

Input

{{ response.product.title }}

Output

BOXING HERO

product.description

Version 1.0

Returns the value of the description field of the product.

<p>{{response.product.description}}</p>

Input

{{ response.product.description }}

Output

BOXING HERO

product.content

Version 1.0

Returns the value of the content field of the product.

<div class="tab" >
{{response.product.content}}
</div>

Input

{{ response.product.content }}

Output

ALMOFADA DECORATIVA COM MOTIVOS ESTAMPADOS

product.price

Version 1.0

Returns all of the line price in the product.

product.previous_price

Version 1.0

Returns all of the line previous_price in the product.

product.price_discount

Version 1.0

Returns the value of the price_discount field of the product.

<span>{{response.product.price_discount}}</span>

Input

{{ response.product.price_discount }}

Output

-30%

product.selected_variant

Version 1.0

Returns all of the line selected_variant in the product.

product.tags

Version 1.0

Returns all of the line tags in the product.

product.variants

Version 1.0

Returns all of the line variants in the product.

product.url

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 %}

Input

{{ response.product.url }}

Output

index.php?id=58&pid=123

Version 1.0

Returns all of the line featured_image in the product.

product.images

Version 1.0

Returns all of the line images in the product.

product.vendor

Version 1.0

Returns the value of the vendor field of the product.

<h2>{{response.product.vendor}}</h2>

Input

{{ response.product.vendor }}

Output

Redicom

product.family

Version 1.0

Returns the value of the family field of the product.

<h4>{{response.product.family}}</4>

Input

{{ response.product.family }}

Output

Botas

product.sub_family

Version 1.0

Returns the value of the sub_family field of the product.

<span>{{response.product.sub_family}}</span>

Input

{{ response.product.sub_family }}

Output

Botas de tacão alto

product.category

Version 1.0

Returns the value of the category field of the product.

<div class="wrapper-cartegory" >
{{response.product.category}}
</div>

Input

{{ response.product.category }}

Output

Calçado

product.sub_category

Version 1.0

Returns the value of the sub_category field of the product.

<div class="wrapper-sub_category" >
{{response.product.sub_category}}
</div>

Input

{{ response.product.sub_category }}

Output

Sapato Vela

product.season

Version 1.0

Returns the value of the season field of the product.

<h3>{{response.product.season}}</h3>

Input

{{ response.product.season }}

Output

Fall-Winter

product.gender

Version 1.0

Returns the value of the gender field of the product.

<span>{{response.product.gender}}</span>

Input

{{ response.product.gender }}

Output

Feminino

product.range

Version 1.0

Returns the value of the range field of the product.

<span>{{response.product.range}}</span>

Input

{{ response.product.range }}

Output

1st Level

product.year

Version 1.0

Returns the value of the year field of the product.

<span>{{response.product.year}}</span>

Input

{{ response.product.year }}

Output

2015

product.available_colors

Version 1.0

Returns all of the line available_colors in the product.

product.brand

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 %}

Input

{{ response.product.brand }}

Output

Array (name,description, image)

product.sku_family

Version 1.0

Returns the value of the sku_family field of the product.

<span>{{response.product.sku}}</span>

Input

{{ response.product.sku_family }}

Output

154000M

product.sku_group

Version

Returns the value of the sku_group field of the product.

product.pc

Version

Returns the value of the pc field of the product.

Input

{{ response.product.pc }}

Output

1

product.new

Version

Returns the value of the new field of the product.

product.ean

Version

Returns the value of the ean field of the product.

product.price_max

Version

Returns the value of the price_max field of the product.

product.price_min

Version

Returns the value of the price_min field of the product.

product.comparator

Version

Returns the value of the comparator field of the product.

product.composition

Version

Returns the value of the composition field of the product.

product.review_product

Version

Returns the value of the review_product field of the product.

product.wishlist

Version

Returns the value of the wishlist field of the product.

product.lock

Version 1.0

Returns the booelan of the lock field of the product.

Input

{{ response.product.lock }}

Output

1

product.lugar

Version 1.0

Returns the value of the lugar field of the product.

Input

{{ response.product.lugar}}

Output

15

product.order

Version 1.0

Returns the value of the order field of the product.

Input

{{ response.product.order }}

Output

23