---
title: "Get product attribute terms"
method: GET
path: "/products/attributes/{id}/terms"
tags: ["product-attributes"]
---

# Get product attribute terms

`GET /products/attributes/{id}/terms`

Gets terms for a specific product attribute.

## Path parameters

- `id` integer, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Product attribute terms retrieved successfully.

- ProductAttributeTerm[]
  - `id` integer — Unique identifier for the resource.
  - `name` string — Term name.
  - `slug` string — An alphanumeric identifier for the resource unique to its type.
  - `description` string — HTML description of the resource.
  - `menu_order` integer — Menu order, used to custom sort the resource.
  - `count` integer — Number of published products for the resource.

## Other responses

- `400` — Bad request - invalid parameters.
- `404` — Product attribute not found.

---

[API](https://skmtc.dev/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.dev/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/revisions/2031b047ca5f/schema)
