Mapping
Each task needs to have the json mapping. Below is a list of mappings used in our application:
- Derivative to Use
- Asset Unlink After Archiving
- Export bynder url to akeneo attribute
- Property mappings
- Asset Type MetaProperty Options Mappings
- Enrichment MetaProperty Mappings
- Localizable Asset Type MetaProperty Mappings
- Scopable Asset Type MetaProperty Mappings
- Sortable Asset Type MetaProperty Mappings
- Enrichment MetaProperty Options Mappings
- Enrichment MetaProperty Locale Mappings
- Enrichment MetaProperty Scope Mappings
- Enrichment MetaProperty: measurement configuration
- Update Metaproperty on Empty Only Mappings
- Asset Enrichment MetaProperty Mappings
- Asset Family Mappings
- Media Link Attribute Code
- Attributes with No Physical File Mappings
- Domain Mappings
- Derivative Mappings
- New Asset Version on Update Mappings
Click on the mapping title to view more details about each mapping.
If you need further assistance, please don’t hesitate to ask.
CE Example
{
"domain_mappings": {
"acc": "https://induxx.demo.cloud.akeneo.com"
},
"property_mappings": {
"asset_type": "asset_type",
"sort_order": "akeneo_order",
"domain_code": "domain",
"product_code": "product_codes",
"applicable_scopes": "applicable_scopes",
"applicable_locales": "applicable_locales",
"product_model_code": "product_model_codes"
},
"derivative_mappings": {
"urls": {
"product_image": {
"ecommerce": "product_image_ecommerce_url"
}
}
},
"new_asset_version_on_update_mappings": [
"main_image"
],
"enrichment_metaproperty_mappings": {
"family": "family",
"brand_name": "Brand"
},
"enrichment_metaproperty_locale_mappings": [
"family"
],
"asset_type_metaproperty_options_mappings": {
"basis": "basis",
"picture": "picture",
"main_image": "main_image",
"product_image": "product_image_bynder",
"scopable_image": "scopable_image",
"application_image": "application",
"localizable_image": "localizable_image"
},
"enrichment_metaproperty_options_mappings": {
"color": {
"red": "red_bynder",
"blue": "blue_bynder",
"green": "green_bynder"
},
"category": {
"electronics": "electronics_bynder",
"clothing": "clothing_bynder",
"accessories": "accessories_bynder"
}
},
"attributes_with_no_physical_file_mappings": [
"product_image"
],
"scopable_asset_type_metaproperty_mappings": [
"scopable_image"
],
"sortable_asset_type_metaproperty_mappings": [
"application_image"
],
"update_metaproperty_on_empty_only_mappings": [
"color"
],
"localizable_asset_type_metaproperty_mappings": [
"localizable_image"
]
}
EE Example
{
"domain_mappings": {
"acc": "https://induxx.demo.cloud.akeneo.com"
},
"property_mappings": {
"domain_code": "domain",
"applicable_scopes": "applicable_scopes",
"asset_family_code": "akeneo_asset_family_code",
"applicable_locales": "applicable_locales"
},
"asset_family_mappings": {
"bynder_assets": "bynder_assets"
},
"media_link_attribute_code": "bynderurl"
}