GET v1/skuCategory/summary

Retrieve list of SKU Categories with expanded information

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SKUCategoryModel
NameDescriptionTypeAdditional 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"
}