还没有商品!
购物车中还没有商品,赶紧选购吧!
文档帮助中心
文章分类列表

dsc.attribute.insert.post (插入属性信息API)

API对接接口 > 属性类型API > dsc.attribute.insert.post (插入属性信息API)

dsc.attribute.insert.post (插入属性信息API)

插入属性信息API,获取属性相关信息。

公共参数

  • 请求地址:

  • 环境HTTP请求地址HTTPS请求地址
    正式环境https://www.xxx.com/api.phphttps://www.xxx.com/api.php
  • 公共请求参数:

  • 名称类型是否必须描述
    methodStringAPI接口名称
    app_keyStringAPI接口AppKey

请求参数

名称类型是否必须示例值更多限制描述
dataarray必须array('cat_id' => 1, 'attr_name' => '教育音像')转为JSON或XML更新参数
formattype必须jsonjson或xml接口类型

响应参数

名称类型示例值描述
attr_idNumber
属性ID
cat_idNumber
属性类型ID
attr_nameString
属性名称
attr_cat_typeNumber
分类筛选样式
attr_input_typeNumber
该属性值的录入方式
attr_typeNumber
属性是否可选
attr_valuesText
可选值列表
attr_indexNumber
能否进行检索
sort_orderNumber
排序
is_linkedNumber
相同属性值的商品是否关联

1683530556545.png

1683530570722.png

1683530579808.png

1683530626318.png

错误码解释

错误码错误描述解决方案
error返回值

0:数据提交成功

1:数据提交失败,参数不存在

2:存在不可传参的参数

3:已存在相同数据,无法添加

4:关键参数不存在或值为空


发表评论
* 内容:
 
上一篇:dsc.goodstype.info.get (获取单条属性信息API) 下一篇:dsc.attribute.update.post (更新属性信息API)