IResourceProfiles 接口
interface IResourceProfiles
轮廓商品信息
属性
available
available: boolean;
商品是否已删除,已删除则为true,否则为false
billOutput
billOutput: boolean;
轮廓对应商品是否在清单中输出(商品详情页定义),默认true
brandGoodCode
brandGoodCode: string;
商品信息中的产品编码
brandGoodName
brandGoodName: string;
商品名称
brandName
brandName: string;
商品信息中的品牌
customCode
customCode: string;
商品信息中的自定义编码
customFields
customFields: ICustomField[];
商品自定义信息
类型: ICustomField[]
customTexture
customTexture: string;
商品信息中的自定义材质(商品通用属性,非定制独有)
description
description: string;
商品信息中的描述
dimensions
dimensions: string;
商品信息中的尺寸/规格,多个值时会用";"隔开
obsAccountId
obsAccountId: string;
商品所属商家的id
obsBrandGoodId
obsBrandGoodId: string;
商品id
obsProfileAccountId
obsProfileAccountId: string;
轮廓对应商品的所属商家id
obsProfileBrandGoodId
obsProfileBrandGoodId: string;
轮廓对应的商品id
onSale
onSale: boolean;
商品上架/下架,上架时值为true,否则为false
prodCatId
prodCatId: number;
真分类id
productNumber
productNumber: string;
商品信息中的信号
profileCustomCode
profileCustomCode: string;
轮廓对应商品上的自定义编码
seriesTagName
seriesTagName: string;
商品信息中的系列
Tagkeys
Tagkeys: IResourceProfilesTagKey[];
商品标签信息
类型: IResourceProfilesTagKey[]
索引类型
(indexer)
[key: string]: any;
other fields