We announce the release of a new API version aimed at providing convenience for our partners using the service.
{
"pickup_name": "Test",
"contact_name": "Mr Boxme Test",
"contact_phone": "0987654321",
"province_id": 2,
"district_id": 24,
"sub_district_id": 697,
"zipcode": null,
"address":"123 test"
}
curl --location --request POST 'https://s.boxme.asia/api/v2/sellers/pickup/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"pickup_name": "Test",
"contact_name": "Mr Boxme Test",
"contact_phone": "0987654321",
"province_id": 2,
"district_id": 24,
"sub_district_id": 697,
"zipcode": null,
"address":"123 test"
}'
{
"data": {
"pickup_id": 436986,
"country": "VN",
"warehouse_code": null,
"pickup_name": "Test",
"contact_name": "Mr Boxme Test",
"contact_phone": "0987654321",
"address": "123 test",
"province_id": 2,
"province_name": "Hà Giang",
"district_id": 24,
"district_name": "Thành phố Hà Giang",
"sub_district_id": 700,
"sub_district_name": "Xã Ngọc Đường",
"zipcode": null,
"lat": "0.000000",
"lng": "0.000000",
"active": true,
"created_time": 1744367191,
"updated_time": 1744383511
},
"error": false,
"error_code": "",
"messages": "",
"request_id": "67f92e1748e20ca1743e1deb"
}