POST v1/skuCategory/save
Add or update information about a SKU Category
Request Information
URI Parameters
None.
Body Parameters
SKUCategoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUCategoryID |
Unique identifier of a SKU Category |
integer |
None. |
| IsSystem |
Indicates if category is a system category or not |
boolean |
None. |
| IsIntegrationControlled |
Indicates if category is integration controlled or not |
boolean |
None. |
| IsActive |
Indicates if category is active or not |
boolean |
None. |
| SKUCategory |
SKU Category |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuCategoryID": 1,
"isSystem": true,
"isIntegrationControlled": true,
"isActive": true,
"skuCategory": "sample string 5"
}
Response Information
Resource Description
SKUCategoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUCategoryID |
Unique identifier of a SKU Category |
integer |
None. |
| IsSystem |
Indicates if category is a system category or not |
boolean |
None. |
| IsIntegrationControlled |
Indicates if category is integration controlled or not |
boolean |
None. |
| IsActive |
Indicates if category is active or not |
boolean |
None. |
| SKUCategory |
SKU Category |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"skuCategoryID": 1,
"isSystem": true,
"isIntegrationControlled": true,
"isActive": true,
"skuCategory": "sample string 5"
}