Hybris Commerce Product字段名列表

简介: Hybris Commerce Product字段名列表

image.pngimage.png

select * from {Product} where {code} = ‘cris03’

image.png

出于学习目的,我把这些字段依次整理罗列如下:


CREATEDTS: 这个产品创建的时间戳

MODIFIEDTS: 修改时间戳

TYPEPKSTRING: Hybris Product这个item type的唯一标识code,类型为字符串。


TypePKString represents the code of an item type. There is a unique code for each of the item types in your hybris system e.g. execute the flexible query, SELECT DISTINCT {item.itemType} FROM {Product as item} in hAC and it will give you the TypePKString of Product and all its child item types. You can validate the same by hovering the mouse over the rows representing Product or its child item types on Maintenance > Deployment page of hAC. I have also attached the screenshots for your quick reference.


Note: If you are interested to check the TypePKString of just Product, you should execute the flexible query, SELECT DISTINCT {item.itemType} FROM {Product! as item}.


因此,我搜索出来的两条记录的TYPEPKSTRING都相同,因为这两个来自staged和online catalog的实例,其类型都为Product.


这个值8796098297938,也可以在Hybris Administration comsole的Maintenance->Deployment菜单里查到:

image.pngimage.png

目录
相关文章
如何在Hybris Commerce的backoffice里创建扩展字段
如何在Hybris Commerce的backoffice里创建扩展字段
如何在Hybris Commerce的backoffice里创建扩展字段
|
Java API 网络架构
关于SAP Commerce product API对description字段的处理
关于SAP Commerce product API对description字段的处理
关于SAP Commerce product API对description字段的处理
如何在Hybris Backoffice里创建customer coupon
如何在Hybris Backoffice里创建customer coupon
92 0
如何在Hybris Backoffice里创建customer coupon
SAP Hybris Commerce启用customer coupon的前提条件
SAP Hybris Commerce启用customer coupon的前提条件
257 0
如何为SAP Cloud for Customer Lead页面配置自定义的Source字段
如何为SAP Cloud for Customer Lead页面配置自定义的Source字段
如何为SAP Cloud for Customer Lead页面配置自定义的Source字段
|
数据库
Hybris ECP里Customer对应的数据库表
Hybris ECP里Customer对应的数据库表
Hybris ECP里Customer对应的数据库表
SAP CRM和Hybris里的Product Variant
SAP CRM和Hybris里的Product Variant
90 0
SAP CRM和Hybris里的Product Variant
使用SAP Cloud for Customer Product OData服务读取产品主数据和其图片信息
使用SAP Cloud for Customer Product OData服务读取产品主数据和其图片信息
使用SAP Cloud for Customer Product OData服务读取产品主数据和其图片信息
|
JSON 数据格式
如何使用SAP Cloud for Customer OData服务创建Lead
如何使用SAP Cloud for Customer OData服务创建Lead
如何使用SAP Cloud for Customer OData服务创建Lead
SAP Cloud for Customer里创建individual customer的OData请求
SAP Cloud for Customer里创建individual customer的OData请求
SAP Cloud for Customer里创建individual customer的OData请求