List Pickup Address
GET
/api/v1/public/users/pickup-address/list
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/public/users/pickup-address/list?page=1&page_size=5' \
--header 'Authorization;'
Response Response Example
{
"status_code": 200,
"data": [
{
"id": 167,
"user": 190,
"business": 276,
"country": "VN",
"platform": null,
"is_default": false,
"is_active": true,
"fulfillment_provider": "nandh",
"warehouse_provider": "NH_WH_HCM",
"pickup_name": "BTH",
"contact_name": "SHOP TEST IT",
"phone": "0961557476",
"address": "Đường An Phú Đông 13, An Phú Đông, Quận 12, Thành phố Hồ Chí Minh",
"lat": 0,
"lng": 0,
"zipcode": null,
"province": {
"id": 79,
"country": "VN",
"code": "HCM",
"province_name": "TP. Hồ Chí Minh"
},
"district": {
"id": 761,
"country": "VN",
"province_id": 79,
"district_name": "Quận 12"
},
"ward": {
"id": 26779,
"province_id": 79,
"district_id": 761,
"country": "VN",
"ward_name": "Phường An Phú Đông"
},
"pickup_code": "PK100167",
"fulfillment_provider_name": "N&H Logistics",
"warehouse_provider_name": "FC HCM",
"is_fulfill_self": false,
"is_fulfill_3pf": true
}
],
"error": false,
"error_code": null,
"log_id": null,
"messages": "",
"total": 1
}
Request
Query Params
page
integer
required
Example:
1
page_size
integer
required
<= 100
Example:
5
Header Params
Authorization
string
required
Default:
{{your_api_key_here}}