Data Type: Shipping
Parameter | Type | Description | Required/Optional | Notes |
---|---|---|---|---|
address | Address | Shipping Address | required | |
phone | Phone | Shipping Phone Number | optional (strongly recommended) | |
String | Shipping Email | optional (strongly recommended) | ||
consignee | Name | Consignee | required | |
method | String | Shipping Method | optional (recommended) | enumeration: logistics store_pickup |
{
"address": {
"country": "FR",
"region": "Grand Est",
"city": "Strasbourg City",
"district": "Ketali Lorem",
"detail": "3213 Building,lorem Street",
"zip_code": "310000"
},
"phone": {
"country_code": 1,
"phone_number": "18700001112"
},
"email": "[email protected]",
"consignee": {
"first_name": "Pierre",
"middle_name": "",
"last_name": "Laurent",
"nickname": "Snochy"
},
"method": "logistics"
}