| Name | Type | Is required | Additional information |
|---|---|---|---|
| OrderLine | Array | REQUIRED | |
| ArticleIdentifiers | REQUIRED | At least 1, preferably all available article identifiers to be sent. | |
| Quantities | REQUIRED | Quantities are required in NeB for the calculation of carbon footprint of the building | |
| OrderedQuantityNeB | REQUIRED | ||
| OrderedQuantity | Nullable Decimal | REQUIRED | Quantity which is being ordered |
| MeasureUnitNeBType | String | OPTIONAL | Code specifying the unit of measurement. Recommended to use UN/ECE Recommendation 20. |
Here’s an example of a XML for a product with provided information on quantities and measurement unit:
<OrderLine xmlns="">
<LineNumber>1</LineNumber>
<ArticleIdentifiers>
<GlobalTradeItemNumber>708090100</GlobalTradeItemNumber>
<NOBBArticleNumber>30405060</NOBBArticleNumber>
<ArticleDescription>FUGEBÅND 10/3-7</ArticleDescription>
<ProductSupplierIdentifier>10203040</ProductSupplierIdentifier>
</ArticleIdentifiers>
<Quantities>
<OrderedQuantityNeB>
<OrderedQuantity>60</OrderedQuantity>
<MeasureUnitNeBType>MTR</MeasureUnitNeBType>
</OrderedQuantityNeB>
</Quantities>
</OrderLine>