GET api/Product/HotCategoryList?shopid={shopid}

“HotCategoryList”的文档。

Request Information

Parameters

NameDescriptionAdditional information
shopid
“shopid”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "Picture": "sample string 3",
    "Status": 4,
    "Type": 5,
    "CreateDate": "2025-12-29T20:03:17.9033936+08:00",
    "OrderBy": 7
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Picture": "sample string 3",
    "Status": 4,
    "Type": 5,
    "CreateDate": "2025-12-29T20:03:17.9033936+08:00",
    "OrderBy": 7
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Picture": "sample string 3",
    "Status": 4,
    "Type": 5,
    "CreateDate": "2025-12-29T20:03:17.9033936+08:00",
    "OrderBy": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfHotCategoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TyretoolMail.Models">
  <HotCategoryModel>
    <CreateDate>2025-12-29T20:03:17.9033936+08:00</CreateDate>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <OrderBy>7</OrderBy>
    <Picture>sample string 3</Picture>
    <Status>4</Status>
    <Type>5</Type>
  </HotCategoryModel>
  <HotCategoryModel>
    <CreateDate>2025-12-29T20:03:17.9033936+08:00</CreateDate>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <OrderBy>7</OrderBy>
    <Picture>sample string 3</Picture>
    <Status>4</Status>
    <Type>5</Type>
  </HotCategoryModel>
  <HotCategoryModel>
    <CreateDate>2025-12-29T20:03:17.9033936+08:00</CreateDate>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <OrderBy>7</OrderBy>
    <Picture>sample string 3</Picture>
    <Status>4</Status>
    <Type>5</Type>
  </HotCategoryModel>
</ArrayOfHotCategoryModel>