Documentation is still being updated. Some content maybe unfinished.
A valid request URL is required to generate request examples{
"id": 123,
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"count": 123,
"links": {
"self": [
{
"href": "<string>"
}
],
"collection": [
{
"href": "<string>"
}
],
"up": [
{
"href": "<string>"
}
]
}
}Returns a single product attribute term.
curl --request GET \
--url {protocol}://{host}/wp-json/cocart/v1/products/attributes/{attribute_id}/terms/{id}{
"id": 123,
"name": "<string>",
"slug": "<string>",
"description": "<string>",
"count": 123,
"links": {
"self": [
{
"href": "<string>"
}
],
"collection": [
{
"href": "<string>"
}
],
"up": [
{
"href": "<string>"
}
]
}
}Unique identifier for the attribute of the terms.
Unique identifier for the attribute term.
Scope under which the request is made; determines fields present in response.
view, embed Was this page helpful?