开放平台

编辑属性

请求地址(POST)

https://openapi.1card1.cn/BusinessApi/Update_SpecAttribute?openId=[OpenId]&signature=[Signature]&timestamp=[TimeStamp]

字段 说明
OpenId 登陆开放平台生成的OpenId
Signature 签名=md5(OpenId+Secret+Timestamp+data),格式:32位md5大写加密
TimeStamp 发起请求的时间戳,查看标准timestamp

请求说明

data={"userAccount": "10000","attributeGuid": "9f4e4145-0cd7-e211-8ab5-90b11c47c1da","attributeName": "尺码","attributeCode": "尺码"}

字段 是否必须 说明
userAccount 工号(操作员)
attributeGuid 属性唯一标识(“获取规格列表”获得AttributeGuid字段)
attributeName 属性名称
attributeCode SKU编码

返回说明

成功时返回:

{"status":0,"message":"编辑属性成功!"}

失败时返回:

{"status":-1,"message":"编辑属性失败"}

字段 是否必须 说明
status 状态(0,成功;-1,失败)
message 是否成功及提示

编辑属性 调试