{
"orderInfo": [
{
"pack_file": "https://oss.seaya.cn/test/TEST2509042218451.pdf",
"warehouse": 30,
"order_number": "TEST20260529031",
"tracking_code": "TEST20260529031",
"platform_order_number": "",
"country": "th",
"created_at": "2026-06-04 12:24:00",
"time_out": "2026-06-04 19:24:00",
"type_code": 1,
"weight": 500,
"packing_type": "1",
"remarks": "lux",
"payment_method": "",
"order_amount": 1,
"pack_note": "",
"voucher": "",
"shipment_provider": "Instant Delivery - Mart",
"shipping_fee": 10.5,
"seller_id": "",
"shipment_provider_id": "",
"shipment_provider_name": "",
"goodsItem": [
{
"goods_sku": "lux260528",
"goods_num": 1,
"sku_id":"",
"package_id":""
}
]
}
]
}curl --location '/order/add' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"orderInfo": [
{
"pack_file": "https://oss.seaya.cn/test/TEST2509042218451.pdf",
"warehouse": 30,
"order_number": "TEST20260529031",
"tracking_code": "TEST20260529031",
"platform_order_number": "",
"country": "th",
"created_at": "2026-06-04 12:24:00",
"time_out": "2026-06-04 19:24:00",
"type_code": 1,
"weight": 500,
"packing_type": "1",
"remarks": "lux",
"payment_method": "",
"order_amount": 1,
"pack_note": "",
"voucher": "",
"shipment_provider": "Instant Delivery - Mart",
"shipping_fee": 10.5,
"seller_id": "",
"shipment_provider_id": "",
"shipment_provider_name": "",
"goodsItem": [
{
"goods_sku": "lux260528",
"goods_num": 1,
"sku_id":"",
"package_id":""
}
]
}
]
}'{
"status": 1,
"message": "success",
"data": {
"order_ids": [
"4653342"
]
}
}