podmall.mall.order.create.fromcartconfig/api/podmall/mall/order/create.fromcart.json1。{
"address": [
{
"id": 0,
"countryCode": "string",
"stateCode": "string",
"state": "string",
"city": "string",
"cityCode": "string",
"district": "string",
"districtCode": "string",
"addressLine1": "string",
"addressLine2": "string",
"zipcode": "string",
"phone": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"autoSave": true,
"isSelfCollect": "string",
"collectMan": "string",
"collectPhone": "string"
}
],
"groups": [
{
"cartItems": [
null
],
"shippingRouteCode": "string",
"remark": "string",
"goodsAmount": 0,
"shippingFee": 0,
"finalAmount": 0
}
]
}curl --location '/v4/gateway/podmall.mall.order.create.fromcart' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"address": [
{
"id": 0,
"countryCode": "string",
"stateCode": "string",
"state": "string",
"city": "string",
"cityCode": "string",
"district": "string",
"districtCode": "string",
"addressLine1": "string",
"addressLine2": "string",
"zipcode": "string",
"phone": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"autoSave": true,
"isSelfCollect": "string",
"collectMan": "string",
"collectPhone": "string"
}
],
"groups": [
{
"cartItems": [
null
],
"shippingRouteCode": "string",
"remark": "string",
"goodsAmount": 0,
"shippingFee": 0,
"finalAmount": 0
}
]
}'{
"status": 0,
"success": true,
"data": {
"settlementBatchNo": "string",
"orders": [
{
"orderNo": "126082684242",
"fulfillerName": "XX工厂",
"paidAmount": 128
}
]
}
}