CXML-ITEMIN
cXML element Item inbound from supplier, from the Ariba/SAP protocol.
Definition
ItemIn is used in the PunchOutOrderMessage returned by a supplier PunchOut site to a buyer. Contains ItemID, ItemDetail, quantity, UnitPrice. Represents the cart the buyer assembled on the supplier site.
Origin
Defined in cXML 1.x maintained by cXML.org. cXML became a de-facto e-procurement standard for the Ariba Network and SAP Business Network.
Example in context
<ItemIn quantity='3'><ItemID><SupplierPartID>WIDGET-001</SupplierPartID></ItemID><ItemDetail>...</ItemDetail></ItemIn>
Related terms
- ItemOut — outbound equivalent in OrderRequest.
- PunchOut — flow where ItemIn is central.