Documentation is still being updated. Some content maybe unfinished.
curl --request GET \
--url {protocol}://{host}/wp-json/cocart/v2/products/categories/{id}{
"id": 123,
"name": "<string>",
"slug": "<string>",
"rest_url": "<string>"
}Gets a single product category by ID.
A valid request URL is required to generate request examples{
"id": 123,
"name": "<string>",
"slug": "<string>",
"rest_url": "<string>"
}Was this page helpful?