PunchOutOrderMessage
cXML document that returns the cart at the end of a PunchOut session.
Definition
PunchOutOrderMessage closes the PunchOut session: the supplier site posts it back to the procurement application with the original BuyerCookie, a PunchOutOrderMessageHeader (Total, ShipTo, Tax) and a list of ItemIn elements. Its operationAllowed attribute (create, inspect, edit) states the level of operation permitted on the returned cart.
Origin
Defined in the cXML DTD (PunchOutOrderMessage and PunchOutOrderMessageHeader elements) and the cXML User's Guide, maintained by Ariba/SAP on cxml.org.
Example in context
<PunchOutOrderMessage><BuyerCookie>34234234ADFSDF</BuyerCookie><PunchOutOrderMessageHeader operationAllowed="create"><Total><Money currency="USD">120.00</Money></Total></PunchOutOrderMessageHeader></PunchOutOrderMessage>
Related terms
- PunchOutSetupRequest — document that bootstraps the session.
- cXML PayloadID — unique message identifier.