Introduction
This API endpoint allows for the creation of custom materials in the Higg MSI. To create a custom material, the following base attributes are required:- Name (open text field, must be unique within an MSI library)
- Category (user defined from the set of categories available in the MSI). See MSI Get Material Categories for additional information.
- At least one base material (user defined from the set of base materials available in the MSI) See MSI Get Base Materials for additional information.
Creating blends
Blends are based on % of material for 1kg of MSI material. For example the code below represents an MSI material with 60% organic cotton, 40% polyester. The % blend must equal 100%.Setting Yields
Optionally one or multiple yields can be sent for a material. All materials in MSI are normalized to 1kg. Yields provide conversions for the MSI 1kg material to a linear/volumetric unit. See MSI Get Yield Options for additional information.Setting Base Material Processes
The stage process for a base material can be changed via the API using theprocessId. For example, changing ‘cotton, fiber’ to ‘cotton fiber, organic” in the raw material formation stage. The processes must be available for the base material to change it. See MSI Get Processes for Base Material for how to get a list of available processes and their IDs.

