curl --location 'https://api.fdkexpress.com/wms/addInboundOrder' \
--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": 0,
"estimated_gross_weight": 0,
"estimated_arrival_time": "2019-08-24",
"remark": "string",
"items": [
{
"sku": "string",
"quantity": 0,
"boxes_no": "string",
"length": 0,
"width": 0,
"height": 0
}
]
}'