Supplier Integration | XML (Generic Filesystem)
Introduction
This video covers our XML supplier integration where we can pass orders details from OMS to an external system in an XML Format. We also call this integration "Generic Filesystem".

For more information, please refer to this developers log -
Click Here
We have attached an example XML to this article, you will find this at the bottom of this article.
Item Level Order Status Updates
The system now supports item-level status updates via the Generic XML integration, so you will be able to update item-level status using the following:

Example XML for item level updates:
Returns (returns/example.xml)
<r:returned>
<r:reference>ABC</r:reference>
<r:items>
<ri:item>
<ri:order_item_id>100</ri:order_item_id>
</ri:item>
</r:items>
</r:returned>
</returns>
Cancellations (cancellations/example.xml)
<c:cancellation>
<c:items>
<ci:item>
<ci:order_item_id>100</ci:order_item_id>
</ci:item>
</c:items>
</c:cancellation>
</cancellations>
Shipments (shipments/example.xml)
<s:shipment>
<s:tracking>357256761</s:tracking>
<s:items>
<si:item>
<si:order_item_id>15241567972973</si:order_item_id>
<si:quantity>2</si:quantity>
</si:item>
</s:items>
</s:shipment>
</shipments>
"On Hold" is currently not supported by the item-level status updates, support for this is incoming within the platformUpdated XML (Generic Filesystem) Features
At KornitX we have continued to develop updates for variants and this is due to the fact we pride ourselves on constant evolution and the release of new features and enhancements every week. We have detailed each new enhancement below. If you are interested in knowing what features arrive, they will be continually updated within the "Core Platform Feature Updates" Article - CLICK HERE Update To Push Artwork Files On External Artwork Items

This was added on 08-11-2021
The Generic Filesystem supplier integration has been updated to ensure when external artwork items are sent through with orders thwey will generate as artwork files and not just URLs containing the artwork.
Support Sending Shipping Documentation URL

This was added on 02-08-2021
Our XML (Generic Filesystem) supplier integration has been updated to ensure any shipping documentation URL is passed.
Related Articles
Notification Integration | Generic Filesystem
Introduction This article has been created to show how to setup the Notification Integration that Kornit X has built to connect to a Generic Filesystem Setup To setup the Generic Filesystem Notification integration, please head to your company and ...
Supplier Integration | Probo Supplier
Introduction This article has been created to show how to setup the supplier integration Kornit X has built to connect to Probo. Setup To setup the Probo integration, please head to your company and within the advanced settings head to "Supplier ...
Supplier Integration | Dubow
Introduction This article has been created to show how to setup the supplier integration Kornit X has built to connect to OnPrintShop. Setup To setup the Dubow integration, please head to your company and within the advanced settings head to ...
Supplier Integration | GrandHome
Introduction This article has been created to show how to setup the supplier integration Kornit X has built to connect to GrandHome. Setup To setup the GrandHome integration, please head to your company and within the advanced settings head to ...
Supplier Integration | Staples
Introduction This article has been created to show how to setup the supplier integration Kornit X has built to connect to Staples. Setup To setup the Staples integration, please head to your company and within the advanced settings head to "Supplier ...