参数名称 | 类型 | 是否必填 | 参数描述 | 备注 |
---|---|---|---|---|
api_key | String | 是 | 系统分配的ApiKey | |
api_target | String | 是 | 调用接口名称 | com_cmall_familyhas_mtmanager_api_ApiSyncProductCodeMT |
api_input | String | 是 | 输入参数 | 应用输入参数的JSON格式 |
参数名称 | 类型 | 必填 | 示例 | 参数描述 | 备注 |
---|---|---|---|---|---|
productCode | String | 是 | 商品编码 | ||
version | int | 否 | 版本号 | 仅用于扩展,无需传入 |
参数名称 | 类型 | 参数描述 | 备注 |
---|---|---|---|
total | int | 总数 | |
mtProductInfos | MTProductInfo[] | 商品信息 | |
resultCode | int | 返回标记 | 如果返回标记1则为API调用成功 否则则是错误编号 |
resultMessage | String | 返回消息 | 返回的消息描述 |
参数名称 | 类型 | 参数描述 | 备注 |
---|---|---|---|
descriptionInfo | String | 商品描述信息 | |
descriptionPic | String | 商品描述图片 |
参数名称 | 类型 | 参数描述 | 备注 |
---|
参数名称 | 类型 | 参数描述 | 备注 |
---|---|---|---|
picUrl | String | 图片路径 |
参数名称 | 类型 | 参数描述 | 备注 |
---|---|---|---|
splitRole | String | 惠家有商品拆单规则 | |
marketPrice | BigDecimal | 市场价格 | |
flagSale | Integer | 是否可售标志:1在售 0不可售 | |
productCode | String | 商品编号 | |
mtSkuInfos | MTSkuInfo[] | sku信息 | |
categories | String[] | 所属分类 | |
mainPicUrl | String | 商品主图 | |
brandName | String | 商品品牌 | |
productName | String | 商品名称 | |
productPicList | MTProductPic[] | 商品图片 | |
mtProductDescription | MTProductDescription | 商品描述 |
参数名称 | 类型 | 参数描述 | 备注 |
---|---|---|---|
sellPrice | BigDecimal | 售价 | |
saleYn | String | 是否可卖 | |
skuKeyvalue | String | 规格 | |
stockNum | int | 库存数 | |
skuPicUrl | String | sku图片 | |
securityStockNum | int | 安全库存数 | |
skuName | String | sku名称 | |
skuCode | String | sku编号 |