| Field Name | Data Type | Description |
|---|---|---|
name | string | [REQUIRED] The name of the product. |
materials | Array<MaterialsData> | [REQUIRED] List of materials used in the product. Each item requires materialId and netUse. |
weight | number | [REQUIRED] The weight of the product. Condition: Required if isMaterialWeight is false or undefined. |
weightMeasureUnit | string (enum) | [REQUIRED] Unit of measure for the weight (e.g., “grams”, “kilograms”). Defaults to “grams”. |
isMaterialWeight | boolean | If true, the product weight is calculated from the sum of its materials. If false, explicit weight is required. |
productCategory | string | [DEPRECATED] The category of the product (e.g., “Apparel”, “Footwear”). Use categoryExpansionId instead. |
categoryExpansionId | string | [REQUIRED] The product category code. |
size | string | [REQUIRED] The size of the product. |
taxonomyId | string | ID referring to a specific taxonomy entry. Used to identify the default product type. |
packaging | Array<PackagingData> | List of packaging items associated with the product. |
components | Array<ComponentData> | List of components associated with the product. |
identifier | string | External identifier for the product (e.g., SKU). |
identifierType | string (enum) | Type of the identifier (e.g., GTIN, SKU, UPC, OTHER). |
tags | Array<string> | List of tags for categorization or filtering. |
purchaseOrder | Array<POData> | List of purchase orders to associate with the product upon creation. |
frenchLabelCountry | object<code, name> | [FRENCH ECO-SCORE] The product’s final assembly location. Check the location list here. |
frenchLabelDyeingCountry | object<code, name> | [FRENCH ECO-SCORE] The product’s preparation, dyeing, and finishing location. Check the location list here. |
frenchLabelFabricCountry | object<code, name> | [FRENCH ECO-SCORE] The product’s textile formation location. Check the location list here. |
frenchLabelOptionalFields | object | [FRENCH ECO-SCORE] Optional fields for durability and scoring, including business, countrySpinning, numberOfReferences, price, and upcycled. |
weightIsPrimaryData | boolean | [FRENCH ECO-SCORE] Indicates if the weight data is primary data. |
isMaterialWeight is false. If so, weight must be provided. If weight is provided, weightMeasureUnit defaults to grams if not specified.femId (FEM assessment ID).kilograms, grams, milligram, pound, ounce GTIN, SKU, UPC, OTHER Determines what country this product was made in, for the French Label Eco-Scores.
Determines what country this product was dyed in, for the French Label Eco-Scores.
Determines what country this product was woven or knitted in, for the French Label Eco-Scores.
Optional durability fields for the French Label Eco-Score, gated by EnableFrenchEcoOptionalFields config key.
Ok
API light version of a CorpRepProductEntity for the API. Ideally we would
do this with a Pick
corpRep weight information
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".
corpRep weight information
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".
corpRep weight information
Determines what country this product was made in, for the French Label Eco-Scores.
Determines what country this product was woven or knitted in, for the French Label Eco-Scores.
Determines what country this product was dyed in, for the French Label Eco-Scores.
Optional durability fields for the French Label Eco-Score, gated by EnableFrenchEcoOptionalFields config key.
Store information on whether a product is eligible for French Label Eco-Scores.
Determines the environmental impacts of a product based on mass, composition, place of manufacture, etc. (See https://ecobalyse.beta.gouv.fr/#/api)