Authorization: Bearer ********************
{ "num_type": 1, "num": "CS1298738912739131", "weight": 0.001, "length": 0.01, "width": 0.01, "height": 0.01 }
curl --location --request POST 'https://test-oms.hanjinexp.com/openapi/customer/update_weight' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "num_type": 1, "num": "CS1298738912739131", "weight": 0.001, "length": 0.01, "width": 0.01, "height": 0.01 }'
{ "code": 200, "success": true, "detail": "string", "data": { "customer_order_num": "CS92873972391", "order_num": "HGE129873192731", "tracking_num": "430287831792313", "weight": "string", "length": "string", "width": "string", "height": "string" } }