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
curl --request GET \ --url {protocol}://{host}/wp-json/cocart/v1/products/attributes/{attribute_id}/terms/{id}
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
Link URL.
Was this page helpful?