GET api/UnPos/Shop/ProductList/Get?productclass={productclass}&keyword={keyword}
获取当前门店的商品列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productclass | string |
Default value is |
|
| keyword | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
获取当前门店的商品列表
CommonOperationResultWithTagOfT_UnPos_ProductPrice_BufferDataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": null
}
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.