{
"order_code": "L3HLH6",
"payment_type_id": 2,
"note": "Tintest 123",
"required_note": "KHONGCHOXEMHANG",
"return_phone": "0332190158",
"return_address": "39 NTT",
"return_district_id": null,
"return_ward_code": "",
"client_order_code": "",
"from_name": "TinTest124",
"from_phone": "0987654321",
"from_address": "72 Thành Thái, Phường 14, Quận 10, Hồ Chí Minh, Vietnam",
"from_ward_name": "Phường 14",
"from_district_name": "Quận 10",
"from_province_name": "HCM",
"to_name": "TinTest124",
"to_phone": "0987654321",
"to_address": "72 Thành Thái, Phường 14, Quận 10, Hồ Chí Minh, Vietnam",
"to_ward_name": "Phường 14",
"to_district_name": "Quận 10",
"to_province_name": "HCM",
"cod_amount": 200000,
"content": "Theo New York Times",
"length": 12,
"width": 12,
"height": 12,
"weight": 1200,
"cod_failed_amount": 2000,
"pick_station_id": 1444,
"deliver_station_id": null,
"insurance_value": 5000000,
"service_type_id": 2,
"coupon": null,
"items": [
{
"name": "Áo Polo",
"code": "Polo123",
"quantity": 1,
"price": 200000,
"length": 12,
"width": 12,
"height": 12,
"weight": 1200,
"category": {
"level1": "Áo"
}
}
]
}
curl --location --request POST 'http://petfen-shipping.local.com:8087/shiip/public-api/v2/shipping-order/update' \
--header 'ShopId: {{dev-shop-id}}' \
--header 'Token: {{dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_code": "L3HLH6",
"payment_type_id": 2,
"note": "Tintest 123",
"required_note": "KHONGCHOXEMHANG",
"return_phone": "0332190158",
"return_address": "39 NTT",
"return_district_id": null,
"return_ward_code": "",
"client_order_code": "",
"from_name": "TinTest124",
"from_phone": "0987654321",
"from_address": "72 Thành Thái, Phường 14, Quận 10, Hồ Chí Minh, Vietnam",
"from_ward_name": "Phường 14",
"from_district_name": "Quận 10",
"from_province_name": "HCM",
"to_name": "TinTest124",
"to_phone": "0987654321",
"to_address": "72 Thành Thái, Phường 14, Quận 10, Hồ Chí Minh, Vietnam",
"to_ward_name": "Phường 14",
"to_district_name": "Quận 10",
"to_province_name": "HCM",
"cod_amount": 200000,
"content": "Theo New York Times",
"length": 12,
"width": 12,
"height": 12,
"weight": 1200,
"cod_failed_amount": 2000,
"pick_station_id": 1444,
"deliver_station_id": null,
"insurance_value": 5000000,
"service_type_id": 2,
"coupon": null,
"items": [
{
"name": "Áo Polo",
"code": "Polo123",
"quantity": 1,
"price": 200000,
"length": 12,
"width": 12,
"height": 12,
"weight": 1200,
"category": {
"level1": "Áo"
}
}
]
}'
{}