POST api/TencentStore/getSkuStock

查询库存和价格

请求的信息

URI参数

None.

Body参数

getStoreSkuStockCondition
名称描述类型其它信息
drugs

Collection of getSkuStockRequestDrugs

None.

请求格式

application/json, text/json

Sample:
{
  "drugs": [
    {
      "$id": "2",
      "drug_id": "sample string 1"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

响应信息

资源描述

CustomJsonResultOfgeStoretSkuStockResult
名称描述类型其它信息
Content

geStoretSkuStockResult

None.

响应格式

application/json, text/json

Sample:
{
  "content": {
    "$id": "2",
    "third_source": "sample string 1",
    "code": 1,
    "message": "sample string 2",
    "drugs": [
      {
        "$id": "3",
        "title_name": "sample string 1",
        "drug_id": "sample string 2",
        "amount": 3,
        "price": 4
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  }
}