版本:202506
查询位置数量
GET/openapi/2025-06/locations/count
返回店铺中用于配送、库存和订单履约的地点总数。
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
codestring
错误码
messagestring
错误信息
data object
countint64
数量
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}