GET
api/v1/getSkuDashboardData?ClientId={ClientId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: SkuDashboardData
Response Formats
application/json, text/json
{
"TotalProducts": 1,
"TotalCategories": 2,
"TotalSubcategories": 3,
"TotalBrands": 4
}
text/html
{"TotalProducts":1,"TotalCategories":2,"TotalSubcategories":3,"TotalBrands":4}
application/xml, text/xml
<SkuDashboardData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Sku"> <TotalBrands>4</TotalBrands> <TotalCategories>2</TotalCategories> <TotalProducts>1</TotalProducts> <TotalSubcategories>3</TotalSubcategories> </SkuDashboardData>
