GET v1/skuSubCategory/list/{skuCategoryID}
Retrieve list of SKU Sub Categories with minimal information
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skuCategoryID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SKUSubCategoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUSubCategoryID |
Unique identifier of a SKU Sub Category |
integer |
None. |
| SKUSubCategory |
SKU Sub Category description |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"skuSubCategoryID": 1,
"skuSubCategory": "sample string 2"
}