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>"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.cocartapi.com/llms.txt
Use this file to discover all available pages before exploring further.
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?