HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Guides

Delivery Address

FieldTypeDescriptionExample
country_codeStringCountry Code
國家代碼
HK
countryStringCountry
國家
United State
cityStringCity
城市
New York
stateStringState
New York
postcodeStringPostcode10001
address_1String地址11/F, Some Building
address_2String地址2No. 123 Some Street, Somewhere
keyString
layer1StringLayer 1 地址
layer2StringLayer 2 地址
layer3StringLayer 2 地址
districtString地區
logistic_codesStringLogistic Codes
物流代碼
recipient_nameString收件人姓名
recipient_phoneString收件人電話號碼0888888888
remarksString收件備註
{
    "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
}