---
title: "POST /eav-values"
method: POST
path: "/eav-values"
tags: ["Data Model"]
---

# POST /eav-values

`POST /eav-values`

Create a new Predefined Value

## Request body

- EavValueCreate
  - `code` string, required — Unique identifier of the Predefined Value
  - `eav_attribute_code` string, required — Attribute code on which the Predefined Value is associate to
  - `value` string, required
  - `description` string

## Response `200`

Success

- object
  - `success` boolean
  - `code` string

---

[API](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/versions/1641096abb34/schema)
