Associate multiple fields to a blueprint

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • You can associate any number of fields to a blueprint by using the Blueprint Import function in the Matrix Loader.

    Antes de Iniciar

    Role required: Admin

    Procedimento

    1. 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>
    2. Add the variable names of the desired fields.
    3. Import the YAML file into the Matrix Loader.
      Choose Blueprint as the upload type.
      Nota:
      Any existing fields or configurable products in the blueprint will be disassociated from it unless they are also defined in the YAML file.