Textile

Calcul des impacts environnementaux d'un produit textile

post/textile/simulator

Request body

massnumber required

Masse du produit fini, en kilogrammes

product'calecon' | 'chaussettes' | 'chemise' | 'jean' | 'jupe' | 'maillot-de-bain' | 'manteau' | 'pantalon' | 'pull' | 'slip' | 'tshirt' required

Identifiant du produit (liste disponible sur le point d'entrée /textile/products)

airTransportRationumber

Part de transport aérien entre l'étape de Confection et l'étape de Distribution, entre 0 et 1

business'small-business' | 'large-business-with-services' | 'large-business-without-services'

Type d'entreprise et d'offre de services :

  • small-business: PME/TPE
  • large-business-with-services: Grande entreprise avec service de réparation
  • large-business-without-services (par défaut): Grande entreprise sans service de réparation
countryDyeingstring

Code pays pour l'étape de Teinture (liste disponible sur le point d'entrée textile/countries)

countryFabricstring

Code pays pour l'étape de Tissage/Tricotage (liste disponible sur le point d'entrée textile/countries)

countryMakingstring

Code pays pour l'étape de Confection (liste disponible sur le point d'entrée textile/countries)

countrySpinningstring

Code pays pour l'étape de Filature (liste disponible sur le point d'entrée textile/countries). Si non spécifié, le pays de filature pris en considération est celui de production de la matière la plus représentée dans le mix.

dyeingProcessType'average' | 'continuous' | 'discontinuous'

Ce paramètre permet de préciser le type de procédé avec lequel est teint le produit; il peut prendre les valeurs suivantes :

  • average: Teinture moyenne
  • continuous: Teinture en continu
  • discontinuous: Teinture discontinue

⚠️ En l’absence d’utilisation explicite du paramètre, le type de teinture utilisé sera teinture moyenne.

fabricProcess'knitting-mix' | 'knitting-fully-fashioned' | 'knitting-integral' | 'knitting-circular' | 'knitting-straight' | 'weaving'

Le processus utilisé pour tisser ou tricoter le tissu, parmi la liste de choix suivants :

  • knitting-mix : Tricotage moyen (mix de métiers circulaire & rectiligne)
  • knitting-fully-fashioned : Tricotage fully-fashioned / seamless
  • knitting-integral : Tricotage intégral / whole garment
  • knitting-circular : Tricotage circulaire, inventaire désagrégé
  • knitting-straight : Tricotage rectiligne, inventaire désagrégé
  • weaving : Tissage
fadingboolean

Active l'application du procédé de délavage pour l'étape de confection d'un produit.

makingComplexity'very-high' | 'high' | 'medium' | 'low' | 'very-low' | 'not-applicable'

Complexité de la confection, parmi la liste de choix suivants :

  • very-high : très élevée
  • high : élevée
  • medium : moyenne
  • low : faible
  • very-low : très faible

⚠️ Sur les produits tricotés en "fully fashioned / seamless", ce paramètre n'a aucun impact (valeur fixe: very-low).

⚠️ Sur les produits tricotés en "integral / whole garment", ce paramètre n'a aucun impact (valeur fixe: vide, non applicable).

makingDeadStocknumber

Taux de stocks dormants lors de la confection, entre 0 et 0.3.

makingWastenumber

Taux de perte en confection (incluant la découpe), entre 0 et 0.4.

⚠️ Sur les produits tricotés en "fully fashioned / seamless", ce paramètre n'a aucun impact (valeur fixe: 0.02).

⚠️ Sur les produits tricotés en "integral / whole garment", ce paramètre n'a aucun impact (valeur fixe: 0).

numberOfReferencesnumber

Nombre de références au catalogue de la marque.

physicalDurabilitynumber

La durabilité physique du produit.

pricenumber

Prix du produit, en Euros (€).

surfaceMassnumber

Le grammage de l'étoffe, exprimé en gr/m², représente sa masse surfacique.

⚠️ Sur les produits tricotés, ce paramètre n'impacte que l'impression.

upcycledboolean

Produit remanufacturé

Example request

{
  "mass": 0.17
}

Response

Opération réussie

webUrlstring

URL vers la simulation dans l'interface web.

descriptionstring

Une description de la simulation.

queryobject

Le jeu de paramètres utilisé pour effectuer la simulation.

Changes

Changed in 22 of the 50 revisions of this API.161542

    • removed the optional property impacts/pef from the response with the 200 status

      response-optional-property-removed

    • added the optional property webUrl to the response with the 200 status

      response-optional-property-added

    • the countryDyeing request property's maxLength was increased from 2 to 3

      request-property-max-length-increased

    • the countryFabric request property's maxLength was increased from 2 to 3

      request-property-max-length-increased

    • the countryMaking request property's maxLength was increased from 2 to 3

      request-property-max-length-increased

    • the countrySpinning request property's maxLength was increased from 2 to 3

      request-property-max-length-increased

    • the materials/items/country request property's maxLength was increased from 2 to 3

      request-property-max-length-increased

  • 08195497d20411See the full diff
    • removed the enum value maillot of the request property product

      request-property-enum-value-removed

    • added the new maillot-de-bain enum value to the request property product

      request-property-enum-value-added

    • removed the request property traceability

      request-property-removed

  • 56953181ab7624See the full diff
    • the request property mass became required

      request-property-became-required

    • the request property product became required

      request-property-became-required

    • added the new calecon enum value to the request property product

      request-property-enum-value-added

    • added the new chaussettes enum value to the request property product

      request-property-enum-value-added

    • added the new maillot enum value to the request property product

      request-property-enum-value-added

    • added the new slip enum value to the request property product

      request-property-enum-value-added

  • f744eab887cf674See the full diff
    • request property yarnSize list-of-types was narrowed by removing types number from media type application/json

      request-property-list-of-types-narrowed

    • the countryDyeing request property's minLength was increased from 0 to 2

      request-property-min-length-increased

    • the countryFabric request property's minLength was increased from 0 to 2

      request-property-min-length-increased

    • the countryMaking request property's minLength was increased from 0 to 2

      request-property-min-length-increased

    • the countrySpinning request property's minLength was increased from 0 to 2

      request-property-min-length-increased

    • the error response's property type/format changed from array/ to object/ for status 400

      response-property-type-changed

    • the countryDyeing request property's maxLength was set to 2

      request-property-max-length-set

    • the countryFabric request property's maxLength was set to 2

      request-property-max-length-set

    • the countryMaking request property's maxLength was set to 2

      request-property-max-length-set

    • the countrySpinning request property's maxLength was set to 2

      request-property-max-length-set

    • the yarnSize request property's max was set to 200.00

      request-property-max-set

    • the mass request property's min was set to 0.01

      request-property-min-set

    • the yarnSize request property's min was set to 9.00

      request-property-min-set

    • added the new optional request property fading

      new-optional-request-property

    • added the new optional request property printing

      new-optional-request-property

    • added the optional property error/decoding to the response with the 400 status

      response-optional-property-added

    • added the optional property error/general to the response with the 400 status

      response-optional-property-added

    • added the new optional request property dyeingProcessType

      new-optional-request-property

    • added the new optional request property trims

      new-optional-request-property

    • added the new optional request property physicalDurability

      new-optional-request-property