# Product Attribute Mapping

{% hint style="danger" %}
Before Assigning Product Attributes, you need to [create Product Attribute](/column-mappings/product-attribute.md).
{% endhint %}

## Possible Entity Keys

Product Specification Attribute supprots ID, SKU, GTIN, Manufacturer part number or Name of your Product as entity key.

{% hint style="warning" %}
Your entity key must be unique. If you have two products with same Name fields, you will not be able to use Name as entity key.
{% endhint %}

## Column Destinations

{% hint style="warning" %}
Below you would find some constants that represent different values for some Column Mappings. Use *these* values in your cells during imports.
{% endhint %}

<table><thead><tr><th width="213">Column Destination</th><th>Constants</th></tr></thead><tbody><tr><td>Control Type</td><td>For <strong>Dropdown List</strong> use value <strong>1</strong><br>For <strong>Radio List</strong> use value <strong>2</strong><br>For <strong>Checkboxes</strong> use value <strong>3</strong><br>For <strong>Textbox</strong> use value <strong>4</strong><br>For <strong>Multiline Textbox</strong> use value <strong>10</strong><br>For <strong>Datepicker</strong> use value <strong>20</strong><br>For <strong>File Upload</strong> use value <strong>30</strong><br>For <strong>Color Squares</strong> use value <strong>40</strong><br>For <strong>Image Squares</strong> use value <strong>45</strong><br>For <strong>Readonly Checkboxes</strong> use value <strong>50</strong></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://importmanager.docs.foxnetsoft.com/column-mappings/product-attribute-mapping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
