Documentation is still being updated. Some content maybe unfinished.
cURL
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>" } ] } }
Returns a single product attribute term.
A valid request URL is required to generate request examples
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
Product attribute term data.
Attribute term name.
Attribute term slug.
Attribute term description.
Number of products with the attribute term.
Show child attributes
Was this page helpful?