International.EInvoicing.OrderX
1.1.0
dotnet add package International.EInvoicing.OrderX --version 1.1.0
NuGet\Install-Package International.EInvoicing.OrderX -Version 1.1.0
<PackageReference Include="International.EInvoicing.OrderX" Version="1.1.0" />
<PackageVersion Include="International.EInvoicing.OrderX" Version="1.1.0" />
<PackageReference Include="International.EInvoicing.OrderX" />
paket add International.EInvoicing.OrderX --version 1.1.0
#r "nuget: International.EInvoicing.OrderX, 1.1.0"
#:package International.EInvoicing.OrderX@1.1.0
#addin nuget:?package=International.EInvoicing.OrderX&version=1.1.0
#tool nuget:?package=International.EInvoicing.OrderX&version=1.1.0
International.EInvoicing.OrderX
Order-X: the Franco-German order, order change and order response, published by FNFE-MPE and FeRD — the same two who publish Factur-X, one document earlier in the chain.
It is CII, but it is not the Cross Industry Invoice. The Cross Industry Order is a different UN/CEFACT message, on version 128 of the same data types, so nothing that reads an invoice reads it and every element in the document has a different name.
All three documents are read and written. The order and the order change fill the same Order model the
Peppol ordering documents do, and DocumentResult.Kind tells them apart; the order response fills
OrderResponse and carries the seller's answer — a status on the document, a status on each line, and an
agreed quantity beside the requested one. Unmapped content is kept verbatim and written back
inside the element it sat in, after the sibling it followed — element order is normative here, so where it
goes back is part of not losing it.
services.AddEInvoicing(o => o.AddOrderX());
FNFE-MPE and FeRD publish the schemas and rule sets behind a registration, so this package does not ship
them. build/fetch-specs.sh order-x brings them, and then:
services.AddEInvoicing(o => o
.AddOrderX()
.AddOrderXSchemaFrom("specs/order-x/schema")
.AddOrderXRulesFrom("specs/order-x/schematron"));
Full documentation: https://github.com/Epic-Dice-Studio/International.EInvoicing
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- International.EInvoicing.Cii (>= 1.1.0)
- International.EInvoicing.Core (>= 1.1.0)
- International.EInvoicing.Validation.Schematron (>= 1.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
-
net8.0
- International.EInvoicing.Cii (>= 1.1.0)
- International.EInvoicing.Core (>= 1.1.0)
- International.EInvoicing.Validation.Schematron (>= 1.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on International.EInvoicing.OrderX:
| Package | Downloads |
|---|---|
|
International.EInvoicing
Electronic invoicing for .NET, in one package: hand it a stream and get back an invoice, a credit note or a lifecycle status, whatever syntax it arrived in. Includes UBL 2.1, UN/CEFACT CII, Factur-X, lifecycle messages and EN 16931 validation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.0 | 459 | 9/7/2026 |
| 1.0.1-alpha.0.3 | 172 | 9/7/2026 |
| 1.0.1-alpha.0.2 | 170 | 9/7/2026 |
| 1.0.1-alpha.0.1 | 153 | 9/7/2026 |
| 1.0.0 | 429 | 9/5/2026 |
| 0.1.0-preview.1.107 | 147 | 9/5/2026 |
| 0.1.0-preview.1.106 | 156 | 9/4/2026 |
| 0.1.0-preview.1.105 | 152 | 9/4/2026 |
| 0.1.0-preview.1.104 | 149 | 9/4/2026 |
| 0.1.0-preview.1.103 | 154 | 9/4/2026 |
| 0.1.0-preview.1.102 | 148 | 9/3/2026 |
| 0.1.0-preview.1.101 | 156 | 9/3/2026 |