Property Mappings
The property_mappings
is used to map the required Bynder metaproperties to Akeneo attributes.
Overview
The property_mappings
parameter serves as a key component of our application’s configuration. It facilitates the mapping of various properties related to assets, ensuring consistency and accuracy in asset management processes.
Detailed Mappings
Here’s a breakdown of the specific property mappings included:
-
Asset Type Property:
- Key: The value used in our application to represent the asset type.
- Value: The corresponding metadata property in Bynder that represents the asset type.
-
Sort Order Property:
- Key: The value used in our application to represent the sort order.
- Value: The corresponding metadata property in Bynder that represents the sort order.
-
Domain Code Property:
- Key: The value used in our application to represent the domain code.
- Value: The corresponding metadata property in Bynder that represents the domain code.
-
Product Code Property:
- Key: The value used in our application to represent the product code.
- Value: The corresponding metadata property in Bynder that represents the product code.
-
Applicable Scopes Property:
- Key: The value used in our application to represent the applicable scopes.
- Value: The corresponding metadata property in Bynder that represents the applicable scopes.
-
Asset Family Code Property:
- Key: The value used in our application to represent the asset family code.
- Value: The corresponding metadata property in Bynder that represents the asset family code.
-
Applicable Locales Property:
- Key: The value used in our application to represent the applicable locales.
- Value: The corresponding metadata property in Bynder that represents the applicable locales.
-
Product Model Code Property:
- Key: The value used in our application to represent the product model code.
- Value: The corresponding metadata property in Bynder that represents the product model code.
Example
property_mappings: {
"asset_type": "gebruik_detail_akeneo",
"sort_order": "akeneo_sort_order",
"product_code": "product_codes",
"product_model_code": "product_model_codes",
"applicable_locales": "locale",
"applicable_scopes": "scope",
"asset_family_code": "images",
"domain_code": "domain"
}