Authorization: Bearer ********************
{
"address_id": "string",
"client_id": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"user_id": "string"
}
curl --location --request POST '/mp/store/search/address?clientId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"address_id": "string",
"client_id": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"user_id": "string"
}'
{
"code": "string",
"data": {
"items": [
{
"address": {
"addr": "string",
"addr_detail": "string",
"city_code": "string",
"city_name": "string",
"country_code": "string",
"country_name": "string",
"district_code": "string",
"district_name": "string",
"latitude": "string",
"longitude": "string",
"province_code": "string",
"province_name": "string"
},
"close_time": "2019-08-24T14:15:22Z",
"delivery_time": {
"custom_times": [
{
"end_time": "2019-08-24T14:15:22Z",
"start_time": "2019-08-24T14:15:22Z"
}
],
"default_overtime": 0,
"delivery_now": true,
"delivery_schedule": true,
"delivery_time_type": "string",
"preorder_days": 0,
"stop_times": [
{
"end_time": "2019-08-24T14:15:22Z",
"start_time": "2019-08-24T14:15:22Z"
}
]
},
"distance": 0,
"min_order_amt": 0,
"min_order_qty": 0,
"open_time": "2019-08-24T14:15:22Z",
"order_qty_zero": true,
"store_code": "string",
"store_id": "string",
"store_name": "string",
"store_picture": "string",
"store_picture_url": "string",
"use_coupon": true
}
],
"page_count": 0,
"page_no": 0,
"page_size": 0,
"total_count": 0
},
"message": "string"
}