The Punchout Order Message (POOM) contains the shopping cart content that was created on the supplier PunchOut catalog site and consists of the Header and Message.
Punchout Order Message Header
The Punchout Order Message features the header and the message.
The header contains identification and addressing information used to authenticate the Request.
Punchout Order Message
The Punchout Order Message contains additional item detail and is used to send the contents of the remote shopping cart to the procurement application used for checkout.
Punchout Order Message Example
An example of a punchout order message (POOM) is featured below.
| Markup | Copy |
|
01 <?xml version="1.0" encoding="ISO-8859-1"?> 02 <!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.035/cXML.dtd"> 03 <cXML payloadID="1547054530" timestamp="2019-01-09T12:22:10- 05:00" xml:lang="en-US"> 04 <Header> 05 <From> 06 <Credential domain="NetworkID"> 07 <Identity>BQ7617F45</Identity> 08 </Credential> 09 </From> 10 <To> 11 <Credential domain="NetworkId"> 12 <Identity>3590j9887b01D2</Identity> 13 </Credential> 14 </To> 15 <Sender> 16 <Credential domain="buyerquest.net"> 17 <Identity>BuyerQuest Gateway</Identity> 18 </Credential> 19 <UserAgent>cXML Gateway</UserAgent> 20 </Sender> 21 </Header> 22 <Message> 23 <PunchOutOrderMessage> 24 <BuyerCookie>6j91k8834p01213km874930902</BuyerCookie> 25 <PunchOutOrderMessageHeader operationAllowed="create"> 26 <Total> 27 <Money currency="USD">55800.00000</Money> 28 </Total> 29 </PunchOutOrderMessageHeader> 30 <ItemIn quantity="100.0000"> 31 <ItemID> 32 <SupplierPartID>AE-3388CF</SupplierPartID> 33 </ItemID> 34 <ItemDetail> 35 <UnitPrice> 36 <Money currency="USD">320.00000</Money> 37 </UnitPrice> 38 <Description xml:lang="en">CARBON FIBER HEADSET 39 <UnitOfMeasure>EA</UnitOfMeasure> 40 <Classification domain="UNSPSC">25191500</Classification> 41 </ItemDetail> 42 <SupplierID domain="buyersystemid">6ty891q430999</SupplierID> 43 <Comments/> 44 </ItemIn> 45 </PunchOutOrderMessage> 46 </Message> 47 </cXML> | |
Comments
0 comments
Article is closed for comments.