curl --location 'https://api.fdkexpress.com/wms/editInboundOrder' \
--header 'token: f1f5c7d098358111e1b61a725ee42105' \
--header 'Content-Type: application/json' \
--data '{
"inbound_order_no": "string",
"destination_warehouse": "string",
"transit_warehouse": "string",
"transit_type": "1",
"shipping_method": "1",
"inbound_type": "1",
"tracking_number": "string",
"total_boxes": "string",
"estimated_gross_weight": 0,
"estimated_arrival_time": "2019-08-24",
"remark": "string",
"item1": [
{
"sku": "string",
"quantity": "string",
"boxes_no": "string",
"length": "string",
"width": "string",
"height": "string"
}
]
}'