Hybris Commerce里的产品描述信息维护是基于某一种语言的,因此用web service查询时,在postman的请求里需要加上一个名为“lang”的参数,然后值等于语言的值,比如”en”, 这样才能够查询出期望的描述信息:
如果你想在hmc里查的话可以这么查
select {description} from {product} where {code}='Spring'
指定语言也可以
select {description[de]} from {product} where {code}='Spring'