GET v1/ProductCategories/{id}

Get a Product Category

Request Information

URI Parameters

NameDescriptionTypeAdditional information

id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ProductCategory
NameDescriptionTypeAdditional information

Id

integer

None.

ParentId

integer

None.

IsActive

boolean

None.

Sort

integer

None.

Name

string

None.

Description

string

None.

Image

Image

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "parentId": 0,
  "isActive": true,
  "sort": 0,
  "name": "Apparel",
  "description": null,
  "image": null
}