Redicom Help Center

color

color.id

Version 1.0

Returns the value of the id field of the color.

Input

{{ response.color.id }}

Output

3056

color.short_name

Version 1.0

Returns the value of the short_name field of the color.

<div>{{response.color.short_name}}<div>

Input

{{ respnse.color.short_name }}

Output

Blue

color.long_name

Version 1.0

Returns the value of the long_name field of the color.

<div>{{response.color.long_name}}<div>

Input

{{ response.color.long_name }}

Output

Dark Navy Blue

color.image

Version 1.0

Returns all of the line image in the color.

color.color_code

Version 1.0

Returns the value of the color_code field of the color.

<div style="background:{{response.color.color_code}}" >{{response.color.long_name}}<div>

Input

{{ response.color.color_code }}

Output

#FBFBFB

color.sku_family

Version

color.color_id

Version