Redicom Help Center

address

address.id

Version 1.0

Returns the value of the id field of the address.

Input

{{ response.address.id }}

Output

1

address.first_name

Version 1.0

Returns the value of the first_name field of the address.

<input type="text" name="first_name" require="1" value="{{response.customer.billing_address.first_name}}" >

Input

{{ response.address.first_name }}

Output

Serafim

address.last_name

Version 1.0

Returns the value of the last_name field of the address.

<input type="text" name="last_name" require="1" value="{{response.customer.billing_address.last_name}}" >

Input

{{ response.address.last_name }}

Output

Costa

address.name

Version 1.0

Returns the value of the name field of the address.

<input type="text" name="name" require="1" value="{{response.customer.billing_address.name}}" >

Input

{{ response.address.name }}

Output

Serafim Costa

address.address1

Version 1.0

Returns the value of the address1 field of the address.

<input type="text" name="address1" require="1" value="{{response.customer.billing_address.address1}}" >

Input

{{ response.address.address1 }}

Output

Praça 25 de Abril

address.address2

Version 1.0

Returns the value of the address2 field of the address.

<input type="text" name="address2" value="{{response.customer.billing_address.address2}}" >

Input

{{ response.address.address2 }}

Output

2º e 3º Andar

address.street

Version 1.0

Returns the value of the street field of the address.

<input type="text" name="street" require="1" value="{{response.customer.billing_address.street}}" >

Input

{{ response.address.street }}

Output

Praça 25 de Abril, 2º e 3º Andar

address.city

Version 1.0

Returns the value of the city field of the address.

<input type="text" name="city" require="1" value="{{response.customer.billing_address.city}}" >

Input

{{ response.address.city }}

Output

Santo Tirso

address.zip

Version 1.0

Returns the value of the zip field of the address.

<input type="text" name="zip" require="1" value="{{response.customer.billing_address.zip}}" >

Input

{{ response.address.zip }}

Output

4760-711

address.coordinates

Version 1.0

Returns the value of the coordinates field of the address.

Input

{{ response.address.coordinates }}

address.email_address

Version 1.0

Returns the value of the email_address field of the address.

<input type="email" name="email_address" require="1" value="{{response.customer.billing_address.email_address}}" >

Input

{{ response.address.email_address }}

Output

info@redicom.pt

address.image

Version 1.0

Returns all of the line image in the address.

address.phone

Version 1.0

Returns the value of the phone field of the address.

<input type="text" name="phone" require="1" value="{{response.customer.billing_address.phone}}" >

Input

{{ response.address.phone }}

Output

252 299 322

address.fax

Version 1.0

Returns the value of the fax field of the address.

<p>{{response.customer.billing_address.fax}}"</p>

Input

{{ response.address.fax }}

Output

+3510123123123

address.schedule

Version 1.0

Returns the value of the schedule field of the address.

<p>{{response.customer.billing_address.schedule}}"</p>

Input

{{ response.address.schedule }}

Output

Seg a Sex: 09:00h - 17:30h
Sab: 10:00 - 13:00

address.country

Version 1.0

Returns all of the line country in the address.

address.website

Version

Version

address.short_content

Version