GET /productcategories
curl \
-X GET https://rest.api.24sevenoffice.com/v1/productcategories \
-H "Authorization: string"
Response examples (200)
[
{
"id": 12,
"name": "Shoe accessories",
"parentId": 0,
"modifiedAt": "2023-12-31 18:00:00.000Z",
"alternativeReference": "dk-45-34"
},
{
"id": 15,
"name": "Fashion accessories",
"parentId": 1,
"modifiedAt": "2023-11-30 15:30:00.000Z",
"alternativeReference": "us-67-89"
},
{
"id": 18,
"name": "Apparel",
"parentId": 2,
"modifiedAt": "2023-10-25 10:45:00.000Z",
"alternativeReference": "us-98-76"
}
]