v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Product Category

View product category

Returns details of a single product category

get/api/v1/productsCategories/{id}

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Response

Operation completed successfully.

Example response

{
  "data": {
    "id": "3",
    "name": "Clothing",
    "parent": null
  }
}