| Field Name | Data Type | Description |
|---|---|---|
name | string | [REQUIRED] The name for your custom material. |
code | string | Optional material code. |
category | string | Optional material category. |
supplier | string | Optional supplier name. |
supplierCountry | string | Optional supplier country. |
country | string | Optional country of origin. |
cycleProcess | Array<CycleProcess> | [REQUIRED] Life cycle processes for this material (stages P002–P006). |
cycleProcess[].lifeCycle | string | [REQUIRED] The life cycle stage ID (e.g., "P002" for Yarn Formation, "P003" for Fabric Formation). |
cycleProcess[].country | string | Country value for this process stage. Use Get Country List for valid values. Required if facilityWorldlyId is not provided. |
cycleProcess[].facilityWorldlyId | string | Worldly facility ID for facility-specific data. Use Get Facilities to find available facilities. |
baseMaterials | Array<BaseMaterial> | [REQUIRED] The base materials that compose this custom material. |
baseMaterials[].id | string | [REQUIRED] The base material ID. Use Get Base Materials to find IDs. |
baseMaterials[].composition | number | [REQUIRED] The percentage composition (all base materials must sum to 100%). |
baseMaterials[].sustainability | string | null | Optional sustainability certification for this base material (e.g., "recycled", "organic"). May be null. |
P002 through P006. Each life cycle stage must be unique within a material. These are server-enforced constraints.country or a facilityWorldlyId — at least one must be provided (server-enforced)."recycled", "organic"). It is optional and may be null.Ok
This interface was referenced by Exports's JSON-Schema
via the definition "picMaterialLibraryEntity".
This interface was referenced by Exports's JSON-Schema
via the definition "userRef".
This interface was referenced by Exports's JSON-Schema
via the definition "accountRef".
This interface was referenced by Exports's JSON-Schema
via the definition "userRef".
This interface was referenced by Exports's JSON-Schema
via the definition "userRef".
This interface was referenced by Exports's JSON-Schema
via the definition "userRef".