15.商品条码新增(gy.erp.item.barcode.add)

马浩栋发表于:2019年01月28日 17:28:22更新于:2019年01月30日 09:33:31

1.1    业务简述

1.2    请求参数

字段名

类型

描述

必填

备注

item_code

string

商品代码


sku_code

string

规格代码

有规格的商品,此参数必填写

barcode

string

商品条码


Json请求示例:

{
    "appkey": "112194",
    "sessionkey": "754a424bb6874a1fb8a7371f05e83974",
    "method": "gy.erp.item.barcode.add",
    "item_code": "1505452916556",
    "sku_code": "RE9987OX",
    "barcode": "18563",
    "sign": "9D9A14DA6C89E232403996FDC0AD3EA9"
}

1.3    响应参数

字段名

类型

描述

必填

备注

success

boolean

成功与否



errorCode

string

错误代码



subErrorCode

string

子错误代码



errorDesc

string

错误描述



subErrorDesc

string

子错误描述



requestMethod

string

请求方法



barcode

string

商品条码



Json返回示例:

{
    "success": true,
    "errorCode": "",
    "subErrorCode": "",
    "errorDesc": "",
    "subErrorDesc": "",
    "requestMethod": "gy.erp.item.barcode.add",
    "barcode": "18563",
    "id": "106862715666"
}