address
This object contains address information for a web store shopping order.
|
Field Name |
Field Type |
Description |
In Get Functions? |
In Set Functions? |
|---|---|---|---|---|
|
addressee |
string |
Person to which order is sent |
yes |
yes (reqd) |
|
addr1 |
string |
First line of address |
yes |
yes (reqd) |
|
addr2 |
string |
Second line of address |
yes |
yes |
|
addr3 |
string |
Third line of address |
yes |
yes |
|
attention |
string |
Text for ATTN: line of address |
yes |
yes |
|
city |
string |
City |
yes |
yes (reqd) |
|
country |
string |
Country |
yes |
yes (reqd) |
|
defaultbilling |
string |
Indicates whether address is default billing address Value should be T or F. |
yes |
yes |
|
defaultshipping |
string |
Indicates whether address is default shipping address Value should be T or F. |
yes |
yes |
|
internalid |
string |
Internal ID |
yes |
yes |
|
isresidential |
string |
Indicates whether address is residential Value should be T or F. |
yes |
yes |
|
phone |
string |
Phone number
Note:
Address forms on Reference Checkout 2.04 and earlier require the phone number field. |
yes |
yes |
|
state |
string |
State for address |
yes |
yes (reqd) |
|
zip |
string |
Zip code |
yes |
yes (reqd) |