Associate multiple fields to a blueprint
You can associate any number of fields to a blueprint by using the Blueprint Import function in the Matrix Loader.
Before you begin
Role required: Admin
Procedure
Create or edit a blueprint.yaml file and define the blueprint variable name and name in the following format (removing the angle brackets around the variable names).
blueprints: -variableName: <variableNameOfBlueprint> relatedFields: -<fieldVariableName1> -<fieldVariableName2> -<fieldVariableName3> -<etc...> name: <Name of Blueprint>Add the variable names of the desired fields.
Import the YAML file into the Matrix Loader.
Choose Blueprint as the upload type.
Note: Any existing fields or configurable products in the blueprint will be disassociated from it unless they are also defined in the YAML file.
Related topics