Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.worldly.io/llms.txt

Use this file to discover all available pages before exploring further.

curl --location --request POST 'https://api-v2.production.higg.org/msi-api/v1/materials/update-limited-lcia/{materialId}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'x-api-key: APIKEY' \
--header 'x-developer-request-token: APIKEY' \
--data-raw '{

    "name": "Organic/Poly Blend",
    "code": "my PLM code",
    "category": "TX",
    "baseMaterials":[{
        "baseMaterialId": "FM002",
        "blendPercentage": 60,
        "processes": {
        	"P001": "PR0804000648",
        	"P002": "PR0804000331"
				}
    }, {
      	"baseMaterialId": "TX0010",
       	"blendPercentage": 40,
       	"processes": {
       		"P006": "PR0804000543"
       }
    }]
    }'
{"success":true}

Enter your Material ID in the request

Include the ID for the specific material you’re updating

Set your API token

Optionally update material data

Only if you need to update material name, code, or the base material composition

Set processes

One line per stage and process. Refer to the GET Base Material Processes documentation for a list of available stages, processes and their IDs