# Attributes synchronization

Some APIs can return product attributes. Currently, attributes are available for the following modules:&#x20;

* Amazon (API)
* Bestbuy
* Bolcom
* Flipkart
* Kieskeurignl
* some Affiliate Egg parsers

It's usually also possible to create a custom Affiliate Egg parser with attribute support and use the [Content Egg + Affiliate Egg integration](/modules/affiliate-egg-integration.md).

To import these attributes as WooCommerce attributes, tick the `Woo attributes` checkbox.

![](/files/-MTW-m6gsc9gYRJXQiS3)

To automatically import attributes when syncing a product, activate the `Content Egg > Settings > WooCommerce > Import product attributes` option.

![](/files/-MTW-rVS12h_O6oZwWt0)

### Custom and global attributes

There are two type of attributes in WooCommerce:

* **Custom attributes** are local product attributes. It is just characteristics of product which will be displayed on the product page.
* **Global attributes** are taxonomies in the WordPress terms. It is used for product grouping. You can use them to filter and sort the product.

![](/files/-M52DyRMxgYlU87MATK-)

{% hint style="warning" %}
Uncontrollable creation of large number of global attributes (taxonomies) can significantly slow down your site.
{% endhint %}

This is why the plugin has an automatic filter for global attributes. It could be not enough if you use different product categories from different sources on your site. Therefore, it is recommended to configure **black/white list** of global attributes manually. To do this, go to `Content Egg -> Settings -> Global attributes filter / Attributes list` and set the list of attributes which should be (or should not be) created as global ones. You can use the attribute name and the slug as well.

![](/files/-MTW1E8690xY7ji1lof3)

Use the WooCommerce `Layered Nav` widget to create filters. Visitors of your site will be able to filter products in your catalog by different attributes.

![](/files/-M52EWPyrSkrVA3FCT96)

Also, there are many additional plugins which can help improve WooCommerce searching filters.


---

# 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://ce-docs.keywordrush.com/woocommerce/attributes-synchronization.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.
