# April 8, 2025: New Auto-map fields feature for Marketplaces

April 8, 2025

We’ve introduced a new mapping suggestions feature to help make mapping attributes for marketplaces more efficient. The feature bases these suggestions on:

* Currently mapped categories and attributes
* Previously mapped attributes within the same project

#### How auto-mapping works

Auto-map uses fields you’ve previously mapped that share the same field name and type from other APIs to automatically map categories for you when setting up similar channels.

Example: Selling on Amazon in Germany and the Netherlands

You previously mapped the `item_color` field to the color attribute in an Amazon channel with Germany set as its region. Later, if you create another Amazon channel with the Netherlands as its region, the auto-map function will use your mapping from the German version to suggest similar fields.

{% hint style="warning" %}
Important: If this is your first API, auto-mapping won’t map any fields as it has no point of reference to base suggestions on.
{% endhint %}

#### How to use mapping suggestions

{% stepper %}
{% step %}

### In Category-specific attributes

In the **Category-specific attributes** section in the **Build** step of your marketplace channel, click **Auto-map fields.**
{% endstep %}

{% step %}

### Review suggested values

We’ll automatically fill empty attributes with suggested matching values if we have any.
{% endstep %}

{% step %}

### Save suggestions

Click **Save** to save the suggested attributes.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Note: Mapping suggestions won’t override attributes you’ve already mapped.
{% endhint %}

<figure><img src="/files/e57d88ba277419e9e6f3a6fe34280cfd68cde0c9" alt=""><figcaption></figcaption></figure>

#### Clearing suggested fields

There are a few ways you can remove suggested fields:

* To clear all suggestions, click **Clear all** or refresh the page without saving.
* To clear individual attributes, click .


---

# 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://helpcenter.channable.com/changelog/april-2025/april-8-2025-new-auto-map-fields-feature-for-marketplaces.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.
