Delivery Address
Field | Type | Description | Example |
---|---|---|---|
country_code | String | Country Code 國家代碼 | HK |
country | String | Country 國家 | United State |
city | String | City 城市 | New York |
state | String | State 州 | New York |
postcode | String | Postcode | 10001 |
address_1 | String | 地址1 | 1/F, Some Building |
address_2 | String | 地址2 | No. 123 Some Street, Somewhere |
key | String | ||
layer1 | String | Layer 1 地址 | |
layer2 | String | Layer 2 地址 | |
layer3 | String | Layer 2 地址 | |
district | String | 地區 | |
logistic_codes | String | Logistic Codes 物流代碼 | |
recipient_name | String | 收件人姓名 | |
recipient_phone | String | 收件人電話號碼 | 0888888888 |
remarks | String | 收件備註 |
{
"country_code": "MY",
"country": "Malaysia",
"city": "City",
"state": "Perak",
"postcode": "36500",
"address_1": "1/F, Some Building",
"address_2": "No. 123 Some Street, Somewhere",
"key": "address key",
"layer1": null,
"layer2": null,
"layer3": null,
"district": null,
"logistic_codes": null,
"recipient_name": "Sheryl",
"recipient_phone": "0987654321",
"remarks": null
}
Updated over 3 years ago