GET v1/chart/rtiCategoryCountBySKU
SKU RTI Category Count
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ChartModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUID |
Unique identifier of an SKU |
integer |
None. |
| Category |
Category name |
string |
None. |
| Percentage |
Percentage |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"skuid": 1,
"category": "sample string 2",
"percentage": 3
}