---
title: "Gets the available item field values (VAT rates, item attributes, payment types, shipping types). The item attributes returned here are the coarse condition flag only (1 = Ny, 2 = Begagnad), set via `ItemRequest.ItemAttributes`. Finer, category-specific condition values such as the \"Skick\" selector on the sell form (Oanvänt, Mycket gott skick, …) are category attributes, not item field values: fetch them from `GET categories/{categoryId}/attribute-definitions` and submit them via `ItemRequest.AttributeValues.Terms`."
method: GET
path: "/v4/reference-data/item-field-values"
tags: ["Reference Data"]
---

# Gets the available item field values (VAT rates, item attributes, payment types, shipping types). The item attributes returned here are the coarse condition flag only (1 = Ny, 2 = Begagnad), set via \`ItemRequest.ItemAttributes\`. Finer, category-specific condition values such as the "Skick" selector on the sell form (Oanvänt, Mycket gott skick, …) are category attributes, not item field values: fetch them from \`GET categories/{categoryId}/attribute-definitions\` and submit them via \`ItemRequest.AttributeValues.Terms\`.

`GET /v4/reference-data/item-field-values`

## Response `200`

OK

- ItemFieldsResponse
  - `vat` integer[], nullable
  - `itemAttributes` IdDescriptionPair[], nullable
  - `paymentTypes` IdDescriptionPair[], nullable
  - `shippingTypes` IdDescriptionPair[], nullable

---

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