The following is an example generated by our simulator to a target test store of an OrderRequest:


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.014/cXML.dtd">
<cXML xml:lang="en-US" payloadID="1655760415.678612.18621454@app.punchoutconnect.net" timestamp="2022-06-20T16:26:55-05:00">
    <Header>
        <From>
            <Credential domain="NetworkID">
                <Identity>punchout-connect-development</Identity>
            </Credential>
        </From>
        <To>
            <Credential domain="CustomerIdentity">
                <Identity>CustomerIdentity</Identity>
            </Credential>
        </To>
        <Sender>
            <Credential domain="punchout-connect-development">
                <Identity>punchout-connect-development</Identity>
                <SharedSecret>K4h6gF2oc9iIKkPw</SharedSecret>
            </Credential>
            <UserAgent>Punchout Connect V1</UserAgent>
        </Sender>
    </Header>
    <Request>
        <OrderRequest>
            <OrderRequestHeader orderID="6100000001" orderDate="2022-06-20T16:26:55-05:00" type="new">
                <Total>
                    <Money currency="USD">56.9</Money>
                </Total>
                <ShipTo>
                    <Address addressID="TestAddress">
                        <Name xml:lang="en">Test Address</Name>
                        <PostalAddress>
                            <DeliverTo>Catalog Tester</DeliverTo>
                            <Street>1234 Catalog Tester Way</Street>
                            <City>Sunnyvale</City>
                            <State>California</State>
                            <PostalCode>94089</PostalCode>
                            <Country isoCountryCode="US">United States</Country>
                        </PostalAddress>
                        <Email name="default">catalog_tester@punchoutconnect.net</Email>
                    </Address>
                </ShipTo>
                <BillTo>
                    <Address addressID="TestAddress">
                        <Name xml:lang="en">Test Address</Name>
                        <PostalAddress>
                            <DeliverTo>Catalog Tester</DeliverTo>
                            <Street>1234 Catalog Tester Way</Street>
                            <City>Sunnyvale</City>
                            <State>California</State>
                            <PostalCode>94089</PostalCode>
                            <Country isoCountryCode="US">United States</Country>
                        </PostalAddress>
                        <Email name="default">catalog_tester@punchoutconnect.net</Email>
                    </Address>
                </BillTo>
                <Tax>
                    <Money currency="USD">0</Money>
                    <Description xml:lang="en-US">Cost of tax, including shipping tax</Description>
                </Tax>
                <Shipping>
                    <Money currency="USD">6.9</Money>
                    <Description xml:lang="en-US"><![CDATA[Standard]]></Description>
                </Shipping>
                <Contact role="endUser">
                    <Name xml:lang="en">Catalog Tester</Name>
                    <Email name="default">catalog_tester@punchoutconnect.net</Email>
                </Contact>
            </OrderRequestHeader>            <ItemOut lineNumber="1" quantity="1">
                <ItemID>
                    <SupplierPartID>TESTHOOD-2</SupplierPartID>
                    <SupplierPartAuxiliaryID>6f0a7721-0667-4473-8f81-b11948c72b17/1</SupplierPartAuxiliaryID>
                </ItemID>
                <ItemDetail>
                    <UnitPrice>
                        <Money currency="USD">50</Money>
                    </UnitPrice>
                    <Description xml:lang="en"><![CDATA[Hooded Sweatshirt - Charcoal / MD]]></Description>
                    <UnitOfMeasure>EA</UnitOfMeasure>
                    <Classification domain="UNSPSC">80141605</Classification>
                    <ManufacturerPartID>6f0a7721-0667-4473-8f81-b11948c72b17/1</ManufacturerPartID>
                </ItemDetail>
            </ItemOut>        </OrderRequest>
    </Request>
</cXML>