{
"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
}
]
}curl --location --request POST 'https://api.fdkexpress.com/wms/addInboundOrder' \
--header 'token: f1f5c7d098358111e1b61a725ee42105' \
--header 'Content-Type: application/json' \
--data-raw '{
"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
}
]
}'{
"success": true,
"result_code": 200,
"result_message": "SUCCESS",
"request_id": "64740f568454a",
"inbound_order_no": "RK12312367"
}