Documentation is still being updated. Some content maybe unfinished.
curl --request GET \
--url {protocol}://{host}/wp-json/cocart/v2/products/attributes/{attribute_id}/terms/{id}{
"id": 123,
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"menu_order": 123,
"count": 123
}Gets a single term for a specific product attribute.
A valid request URL is required to generate request examples{
"id": 123,
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"menu_order": 123,
"count": 123
}Unique identifier for the attribute.
Unique identifier for the attribute term.
Product attribute term retrieved successfully.
Unique identifier for the resource.
Term name.
An alphanumeric identifier for the resource unique to its type.
HTML description of the resource.
Menu order, used to custom sort the resource.
Number of published products for the resource.
Was this page helpful?