POST api/taobaoitemsinventoryget
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Banner": "sample string 1",
"Cid": 1,
"EndModified": "2026-04-15T22:37:23.4498537+08:00",
"Fields": "sample string 2",
"HasDiscount": true,
"IsCspu": true,
"IsEx": true,
"IsTaobao": true,
"OrderBy": "sample string 3",
"PageNo": 1,
"PageSize": 1,
"Q": "sample string 4",
"SellerCids": "sample string 5",
"StartModified": "2026-04-15T22:37:23.4498537+08:00"
}
application/xml, text/xml
Sample:
<ItemsInventoryGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Top.Api.Request"> <Banner>sample string 1</Banner> <Cid>1</Cid> <EndModified>2026-04-15T22:37:23.4498537+08:00</EndModified> <Fields>sample string 2</Fields> <HasDiscount>true</HasDiscount> <IsCspu>true</IsCspu> <IsEx>true</IsEx> <IsTaobao>true</IsTaobao> <OrderBy>sample string 3</OrderBy> <PageNo>1</PageNo> <PageSize>1</PageSize> <Q>sample string 4</Q> <SellerCids>sample string 5</SellerCids> <StartModified>2026-04-15T22:37:23.4498537+08:00</StartModified> </ItemsInventoryGetRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.