获取门店商品列表
接口说明:根据关键字获取门店商品列表
接口地址:http://api.uuhooo.com/cgi-bin/v1.0/GetStoreGoodsList
请求方式:HTTP / GET
请求参数:
参数 | 是否必须 | 数据类型 | 说明 |
---|---|---|---|
AccessToken | 是 | string | 验证Token |
Keywords | 否 | string | 关键字(商品名称、商品条码) |
返回结果(JSON格式):
参数 | 是否必须 | 数据类型 | 说明 |
---|---|---|---|
Success | 是 | Boolean | 成功true,失败false |
Message | 否 | string | 失败原因(失败时有返回) |
Data | 否 | string | 数据列表,以下为一组(成功时有返回) |
ItemName | 是 | string | 商品名称 |
Barcode | 是 | string | 商品条码 |
Quantity | 是 | decimal | 商品数量 |
Price | 是 | decimal | 零售价格 |
Sales | 是 | decimal | 销售数量 |
PriceNote | 是 | string | 价格说明 |
PublishDate | 是 | datetime | 发布时间 |
Spec | 是 | string | 规格 |