We announce the release of a new API version aimed at providing convenience for our partners using the service.
curl --location -g --request POST '{{host}}/api/v2/orders/finance/order_fees/BM62713194559/' \ --header 'Authorization: Token {{API_TOKEN}}' \ --header 'Content-Type: application/json'
{ "data": { "tracking_number": "BM62713194559", "order_number": "b2b_tiempo_22072024_02", "total_fulfillment_fee": 66960.0, "total_shipping_fee": 0.0, "order_fees": [ { "name": "Phí xử lý", "code": "handling_fee", "value": 64800.0, "currency": "VND" }, { "name": "Phí bàn giao", "code": "handover_fee", "value": 2160.0, "currency": "VND" } ] }, "error": false, "error_code": "", "messages": "", "request_id": "66a0d52eccf2f58a6df66a04" }