The new version 20250310
is available.
{
"cleartype": 1,
"receiverid": 2586869657122645,
"shipList": [
{
"orderno": "170831460624854",
"shipid": 1,
"categoryen": "My Shoes",
"declareList": [
{
"skuid": "string",
"declareprice": 0
}
]
}
]
}
curl --location --request POST 'https://shopapi.geckodistribution.com/api/open/express/create' \
--header 'version;' \
--header '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
}
]
}
]
}'
{
"status": "0",
"message": "Operation successful.",
"data": {
"resultList": [
{
"success": 1,
"error": "Express creation failed!",
"shipid": 1,
"orders": [
"170831460624854"
],
"expressList": {
"expressnumber": "BUFZA1040030101YQ",
"ordernoList": [
"155350094536371"
]
}
}
]
}
}