GET
api/v1/product-reorder-charts?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: Collection of ReorderProducts
Response Formats
application/json, text/json
[
{
"CustomerId": 1,
"CustomerName": "sample string 2",
"ProductId": 3,
"ProductName": "sample string 4",
"TotalOrders": 5,
"ReorderCount": 6,
"AvgDaysBetweenOrders": 7,
"LastOrderDate": "2026-02-05T07:22:16.6639793+00:00",
"TotalRows": 9
},
{
"CustomerId": 1,
"CustomerName": "sample string 2",
"ProductId": 3,
"ProductName": "sample string 4",
"TotalOrders": 5,
"ReorderCount": 6,
"AvgDaysBetweenOrders": 7,
"LastOrderDate": "2026-02-05T07:22:16.6639793+00:00",
"TotalRows": 9
}
]
text/html
[{"CustomerId":1,"CustomerName":"sample string 2","ProductId":3,"ProductName":"sample string 4","TotalOrders":5,"ReorderCount":6,"AvgDaysBetweenOrders":7,"LastOrderDate":"2026-02-05T07:22:16.6639793+00:00","TotalRows":9},{"CustomerId":1,"CustomerName":"sample string 2","ProductId":3,"ProductName":"sample string 4","TotalOrders":5,"ReorderCount":6,"AvgDaysBetweenOrders":7,"LastOrderDate":"2026-02-05T07:22:16.6639793+00:00","TotalRows":9}]
application/xml, text/xml
<ArrayOfReorderProducts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order">
<ReorderProducts>
<AvgDaysBetweenOrders>7</AvgDaysBetweenOrders>
<CustomerId>1</CustomerId>
<CustomerName>sample string 2</CustomerName>
<LastOrderDate>2026-02-05T07:22:16.6639793+00:00</LastOrderDate>
<ProductId>3</ProductId>
<ProductName>sample string 4</ProductName>
<ReorderCount>6</ReorderCount>
<TotalOrders>5</TotalOrders>
<TotalRows>9</TotalRows>
</ReorderProducts>
<ReorderProducts>
<AvgDaysBetweenOrders>7</AvgDaysBetweenOrders>
<CustomerId>1</CustomerId>
<CustomerName>sample string 2</CustomerName>
<LastOrderDate>2026-02-05T07:22:16.6639793+00:00</LastOrderDate>
<ProductId>3</ProductId>
<ProductName>sample string 4</ProductName>
<ReorderCount>6</ReorderCount>
<TotalOrders>5</TotalOrders>
<TotalRows>9</TotalRows>
</ReorderProducts>
</ArrayOfReorderProducts>
