Enrichment MetaProperty Scope Mappings

Enrichment MetaProperty Scope Mappings

The enrichment_metaproperty_scope_mappings parameter in our application specifies the channel to be used when enriching scopable/by channel properties with metadata from Akeneo in Bynder.

Usage

The enrichment_metaproperty_scope_mappings parameter enables users to define the channel in which scopable/by channel properties should be enriched with metadata from Akeneo in Bynder, per attribute. This mapping ensures that the asset metadata is accurately associated with products in the specified channel, enhancing asset management and accessibility.

Example

enrichment_metaproperty_scope_mappings: {
    "<akeneo attribute code>": "<akeneo channel code>",
    "description": "ecommerce",
    "title": "print"
}