收货信息

数据类型:Shipping

字段类型含义建议备注
addressAddress收货地址必须
phonePhone收货手机号强烈建议
emailString收货邮箱强烈建议
consigneeName收货人必须
methodString收货方式建议枚举值:
logistics:快递
store_pickup:自提
{
    "address": {
        "country": "CN",
        "region": "浙江省",
        "city": "杭州市",
        "district": "余杭区",
        "detail": "文一西路海创园 18 幢",
        "zip_code": "310000"
    },
    "phone": {
        "country_code": 86,
        "phone_number": "18700001112"
    },
    "email": "[email protected]",
    "consignee": {
        "first_name": "三",
        "middle_name": "",
        "last_name": "张",
        "nickname": "HZhang"
    },
    "method": "logistics"
}