We announce the release of a new API version aimed at providing convenience for our partners using the service.
{
"shipment_codes": ["SM-VN-331529-26869855"],
"time_slot_id": 1713582000
}
curl --location --request POST 'https://s.boxme.asia/api/v2/sellers/shipments/booking/create/' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shipment_codes": ["SM-VN-331529-26869855"],
"time_slot_id": 1713582000
}'
{
"data": [
{
"shipment_code": "SM-VN-331529-26869855",
"status": 2,
"status_name": "Ready to ship",
"booking_id": 20561,
"booking_status": "Delivering",
"time_slot_id": 1713465000,
"out_of_working_time": true
}
],
"error": false,
"error_code": "",
"messages": "",
"request_id": "661ceaffa922c2c1f916212c"
}