全部
在线测试

更新单条数据


接口地址: http://proxy-api.vv-tool.com/api/proxy/wms/specValueUpdate


接口介绍: 更新单条数据


请求方式: POST


返回格式: JSON


接口收费: 联系客服


频率限制: 10 次/秒


请求头参数

参数 类型 必选 示例
Authorization string 授权 access_token Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx

请使用新的生成 token 接口 点击查看详情

请求参数

参数 类型 必选 描述
product_spec_value_id integer 商品规格 id
product_id integer 商品 id
sub_product_id integer 商品子 id
product_spec_code string 规格编号
product_model string 条码
relation_code string 关联码
spec_alias string 规格值别名
spec_value1 string 规格值 1
spec_value2 string 规格值 2
spec_value3 string 规格值 3
spec_value4 string 规格值 4
spec_value5 string 规格值 5
purchase_price decimal number 采购价
sale_price decimal number 市场价
day_price decimal number 销售价
vip_price decimal number vip 价
activity_price decimal number 活动价
enable integer 是否可用
order_no integer 排序号
create_id integer 创建人 id
creator string 创建人
create_date date 创建时间
modify_id integer 修改人 id
modifier string 修改人
modify_date date 修改时间
record_action record_action 记录操作动作

请求示例

请求代码示例

cURL请求代码示例

PHP请求代码示例


JAVA请求代码示例


响应参数

参数名称 类型 参数描述
result boolean 是否成功
state string 状态
dynamic Object 动态附加属性
msg string 提示信息
data string 内容

返回数据



响应代码

代码 代码描述 解决方案
0 成功

公共错误码点击查看详情