Mapping Index

Mapping

Each task needs to have the json mapping. Below is a list of mappings used in our application:

  1. Derivative to Use
  2. Asset Unlink After Archiving
  3. Export bynder url to akeneo attribute
  4. Property mappings
  5. Asset Type MetaProperty Options Mappings
  6. Enrichment MetaProperty Mappings
  7. Localizable Asset Type MetaProperty Mappings
  8. Scopable Asset Type MetaProperty Mappings
  9. Sortable Asset Type MetaProperty Mappings
  10. Enrichment MetaProperty Options Mappings
  11. Enrichment MetaProperty Locale Mappings
  12. Enrichment MetaProperty Scope Mappings
  13. Enrichment MetaProperty: measurement configuration
  14. Update Metaproperty on Empty Only Mappings
  15. Asset Enrichment MetaProperty Mappings
  16. Asset Family Mappings
  17. Media Link Attribute Code
  18. Attributes with No Physical File Mappings
  19. Domain Mappings
  20. Derivative Mappings
  21. 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"
}