| 错误码 | 错误内容 | 解决方法 |
|---|---|---|
| 400210 | 业务异常,具体以message内容为准 | --- |
{
"user_id": 0,
"user_code": "string",
"sub_account_id": 0,
"delivery_date": "string",
"delivery_time_id": 0,
"tag_ids": "string",
"remark": "string",
"notify_url": "string",
"passback_params": "string",
"receive_name": "string",
"receive_tel": "string",
"address_detail": "string",
"third_party_order_no": "string",
"commodity_list": [
{
"commodity_id": 0,
"commodity_code": "string",
"unit": "string",
"price": 0,
"quantity": 0,
"remark": "string",
"inner_remark": "string",
"order_commodity_tag": "string",
"customize_fields": [
{
"id": 101,
"value": "123.4567",
"select_id": 0
}
]
}
],
"op_source": "string",
"place_order_notice": 0,
"customize_fields": [
{
"id": 101,
"value": "123.4567",
"select_id": 0
}
]
}curl --location 'https://scm.sdongpo.com/cc_thirdparty/openApiV2/Order/Create' \
--header 'Authorization;' \
--header 'X-Request-Id;' \
--header 'X-Op-Source;' \
--header 'Content-Type: application/json' \
--data '{
"user_id": 0,
"user_code": "string",
"sub_account_id": 0,
"delivery_date": "string",
"delivery_time_id": 0,
"tag_ids": "string",
"remark": "string",
"notify_url": "string",
"passback_params": "string",
"receive_name": "string",
"receive_tel": "string",
"address_detail": "string",
"third_party_order_no": "string",
"commodity_list": [
{
"commodity_id": 0,
"commodity_code": "string",
"unit": "string",
"price": 0,
"quantity": 0,
"remark": "string",
"inner_remark": "string",
"order_commodity_tag": "string",
"customize_fields": [
{
"id": 101,
"value": "123.4567",
"select_id": 0
}
]
}
],
"op_source": "string",
"place_order_notice": 0,
"customize_fields": [
{
"id": 101,
"value": "123.4567",
"select_id": 0
}
]
}'{
"status": 0,
"data": {
"order_no_list": [
"string"
],
"order_id_list": [
"string"
],
"order_provider_map": [
{
"order_id": 0,
"provider_id": 0,
"provider_name": "string"
}
]
},
"errCode": 0,
"message": "string"
}