跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
Authorization: Bearer ********************{
"plan_at": "string",
"to_country": "string",
"code": "string",
"remark": "string",
"items": [
{
"main_number": "string",
"cno": "string",
"type": 0,
"instruct": 0,
"skus": [
{
"sku": "string",
"num": 0
}
],
"weight": 0,
"length": 0,
"width": 0,
"height": 0
}
]
}curl --location --request POST '/v2/forecast/batchCreate' \
--header 'Bc-Warehouse-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"plan_at": "string",
"to_country": "string",
"code": "string",
"remark": "string",
"items": [
{
"main_number": "string",
"cno": "string",
"type": 0,
"instruct": 0,
"skus": [
{
"sku": "string",
"num": 0
}
],
"weight": 0,
"length": 0,
"width": 0,
"height": 0
}
]
}'{
"code": 0,
"msg": "string",
"response": {
"forecast_id": "string"
}
}