Request
Body Params application/json
{
"cleartype": 1,
"receiverid": 2586869657122645,
"shipList": [
{
"orderno": "170831460624854",
"shipid": 1,
"categoryen": "My Shoes",
"declareList": [
{
"skuid": "string",
"declareprice": 0
}
]
}
]
}
Request Code Samples
curl --location --request POST '/api/open/express/create' \
--header 'version: {{shop_openapi_version}}' \
--header 'token: {{shop_openapi_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cleartype": 1,
"receiverid": 2586869657122645,
"shipList": [
{
"orderno": "170831460624854",
"shipid": 1,
"categoryen": "My Shoes",
"declareList": [
{
"skuid": "string",
"declareprice": 0
}
]
}
]
}'
Responses
application/json {
"status": "0",
"message": "Operation successful.",
"data": {
"resultList": [
{
"success": 1,
"error": "Express creation failed!",
"shipid": 1,
"orders": [
"170831460624854"
],
"expressList": {
"expressnumber": "BUFZA1040030101YQ",
"ordernoList": [
"155350094536371"
]
}
}
]
}
}
Modified at 2025-12-12 00:10:40