---
title: "Get all of a products attribute items"
method: GET
path: "/api/v1/products/{id}/attributes"
tags: ["ProductAttributeItems"]
---

# Get all of a products attribute items

`GET /api/v1/products/{id}/attributes`

## Path parameters

- `id` integer, required — The product ID

## Response `200`

The products attribute items

- TempestResponseListV1ProductAttributeItem
  - `meta` object, nullable
  - `links` TempestLink[], nullable
    - `rel` string, nullable
    - `href` string, nullable
  - `validation_result` TempestValidationError[], nullable
    - `member_names` string[], nullable
    - `error_message` string, nullable
  - `errors` object, nullable
  - `data` V1ProductAttributeItem[], nullable
    - `id` integer
    - `attribute_key` string, nullable
    - `product_id` integer
    - `attribute_value` string, nullable
    - `visible` boolean
    - `ebay_attribute_name` string, nullable
    - `order_location` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — No product for that ID found
- `422` — Client Error

---

[API](https://skmtc.dev/ekm/apis/ekm-partner-api.md) · [All operations](https://skmtc.dev/ekm/apis/ekm-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ekm/ekm-partner-api/revisions/853bef073bb3/schema)
