We just GoLive API Rate Limits. Please follow up
400 is changed from Created shipment to Processing (Vietnamese: Đã tạo vận đơn → Đang xử lý).400 is unchanged. Order status flow, transitions, filters and status groups are unchanged. The status and status_group query parameters behave exactly as before.status_name in "Get Order List", "Get Order Detail", "Update Order", the order webhook payload, and status_display in "Get Order Finance".{
"data": {
...
"status_id": 400,
"status_name": "Created shipment",
...
},
"error": false,
"error_code": 0,
"messages": "string",
"request_id": "string"
}{
"data": {
...
"status_id": 400,
"status_name": "Processing",
...
},
"error": false,
"error_code": 0,
"messages": "string",
"request_id": "string"
}"Created shipment"), please update it to "Processing".status_id = 400 instead — the numeric code is stable and is not affected by label changes.400 now reads "Đang xử lý", the same wording as the In Process status group. The status code 400 remains the only reliable identifier.{
"data": {
...
"parcels": [
{
...
"shipping_fee": 0,
...
}
],
...
},
"error": false,
"error_code": 0,
"messages": "string",
"request_id": "string"
}{
"data": {
...
"escrow_release_time": 0,
...
},
"error": false,
"error_code": 0,
"messages": "string",
"request_id": "string"
}{
"data": {
"seller_id": 0,
"shop_id": 0,
"shop_name": "string",
...
"parcels": [
{
...
"inventory_items": [
{
...
"vendor_id": 0,
...
}
],
...
}
]
...
},
"error": false,
"error_code": 0,
"messages": "string",
"request_id": "string"
}{
"order_type": "normal",
"parcels": [
{
...
"inventory_items": [
{
...
"vendor_name": "string",
"vendor_id": 0,
"vendor_pickup_id": 0
}
],
...
}
]
}{
"origin_shipping_fee": 100000,
"buyer_shipping_fee": 60000,
"seller_shipping_fee": 30000,
"seller_ship_rebate": 30000,
"platform_ship_rebate": 10000,
"wrong_weight_adjust": 15000,
}