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.
Custom Higg Index Materials (MSI) and Product Module (PM) objects can be imported into a Scope 3 library. This import endpoint will accept ID’s for custom materials, components, packaging and products.
{
"productIds": [
"string"
],
"materialIds": [
"string"
],
"packagingIds": [
"string"
],
"componentIds": [
"string"
]
}
The Higg Index MSI &PM import will return a list of IDs that either imported successfully or failed. Each ID will be nested under its applicable object type.
{
"productIds": {
"successIds": [
"string"
],
"failureIds": [
"string"
]
},
"materialIds": {
"successIds": [
"string"
],
"failureIds": [
"string"
]
},
"packagingIds": {
"successIds": [
"string"
],
"failureIds": [
"string"
]
},
"componentIds": {
"successIds": [
"string"
],
"failureIds": [
"string"
]
}
}
The IDs included in the failureIds category likely failed for the following reasons:
- The
Id is incorrect and/or doesn’t exist
- The
Id is ineligible for import due to being an example material, component or packaging