<?xml version="1.0" encoding="UTF-8"?>
<!-- Hit Promotional Purchase Order Xml document structure. ATTENTION: This document contains test data. -->
<PurchaseOrder> <!-- Root element -->
    <DocVersion> <!-- Hit Xml Document version. The current version is 1.00 -->
        1.00
    </DocVersion>
    <PurchaseOrderNumber> <!-- Purchase Order Number -->
        1234567
    </PurchaseOrderNumber>
    <SalesQuote> <!-- Hit Assigned Sales Quote-->
        123456
    </SalesQuote>
    <PurchasOrderRemarks> <!-- Purchase Order Remarks -->
        Comments about the Purchase Order
    </PurchasOrderRemarks>
    <CustomerInformation>
        <CustomerNumber> <!-- Hit Assigned Account Number -->
            123456  
        </CustomerNumber>
        <CompanyName> <!-- Company Name -->
            Test Inc
        </CompanyName>
        <CustomerFollowupInformation>
            <FollowupName> <!-- Customer Contact Name -->
                John Smith
            </FollowupName>
            <FollowupEmail> <!-- Customer Contact Email -->
                test@example.com
            </FollowupEmail>
            <FollowupPhone> <!-- Customer Contact Phone -->
                555-555-5555
            </FollowupPhone>
        </CustomerFollowupInformation>
    </CustomerInformation>
    <Shipments>
        <Shipment> <!-- Multiple shipments will have multiple instances of this tag -->
            <ShipToName> <!-- Either Business Name or Individual -->
                Receiver Inc 
            </ShipToName>
            <AttentionTo> <!-- Attention To Name -->
                att : john smith
            </AttentionTo>
            <Address1> <!-- Address 1 -->
                123 Easy Str.
            </Address1>
            <Address2> <!-- Address 2 (optional) -->
                building 209
            </Address2>
            <Address3> <!-- Address 3 (optional) -->
            </Address3>
            <Address4> <!-- Address 4 (optional) -->
            </Address4>
            <City> <!-- City -->
                Largo
            </City>
            <State> <!--ISO 3166-2:US For United States, ISO 3166-2:CA For Canada, Etc. See https://www.iso.org/iso-3166-country-codes.html for details -->
                US-FL 
            </State>
            <Country> <!-- Use ISO 3166-1 Alpha 3 Codes. See https://www.iso.org/iso-3166-country-codes.html for details -->
                USA 
            </Country>
            <Zip> <!-- Postal code -->
                12345
            </Zip>
            <Remarks> <!-- Shipment Remarks -->
                Comments about the shipment
            </Remarks>
            <ShippingMethod>
                <Carrier> <!-- NEEDS TO BE POPULATED FROM OUR SOAP SERVICE OR EXCEL DUMP!-->
                    UPSG 
                </Carrier>
                <ShippingAccountNumber> <!--Account Number if shipping Third Party-->
                    XYZ1234 
                </ShippingAccountNumber>
                <ShippingDate> <!-- Expected Shipping Date. The date format: yyyy-mm-dd -->
                    2014-01-01 
                </ShippingDate>
                <InHandsDate> <!-- Expected In Hands Date. The date format: yyyy-mm-dd -->
                    2014-01-01 
                </InHandsDate>
                <Remarks> <!-- Shipment Method Remarks -->
                    Comments about the shipment method
                </Remarks>
            </ShippingMethod>
            <ShipQuote> <!-- Optional Hit Assigned Shipping Quote -->
                <QuoteID>123456abcd</QuoteID>
                <Amount>50.00</Amount>
            </ShipQuote>
            <ShipQuantity> <!-- Quantity to Ship -->
                100
            </ShipQuantity>
            <ProductLineNumber> <!-- Product Line Number. Corresponding <Product> number: The first product has 1 as product line number, 2 for second,... etc.  -->
                1
            </ProductLineNumber>
        </Shipment>
    </Shipments>
    <Products>
        <Product> <!-- Multiple products will have multiple instances of this tag filled out! -->
            <ProductSKU> <!-- Product Part ID. NEEDS TO BE POPULATED FROM OUR SOAP SERVICE OR EXCEL DUMP! -->
                7030SILCHR 
            </ProductSKU>
            <Quantity> <!-- Quantity to Order -->
                100
            </Quantity>
            <UnitPrice> <!-- Unit Price in currency from <Currency> node -->
                1.05
            </UnitPrice>
            <TotalCost> <!-- Total Cost in currency from <Currency> node -->
                105.00
            </TotalCost>
            <SetupCharge> <!-- Setup Charge in currency from <Currency> node. If you feel like there should be no setup charge, leave this field blank or 0 -->
                25.00
            </SetupCharge>
            <SalesOrderType> <!-- Must be Decorated or Sample or Blank (not decorated) or Closeout -->
                Decorated 
            </SalesOrderType>
            <PreProductionProof> <!-- Must be True or False! This would be for a physical sample of the item -->
                True 
            </PreProductionProof>
            <PaperProof>
                <PaperProofRequired>True</PaperProofRequired> <!-- Must be True or False! -->
                <PaperProofEmailAddress>address@example.com</PaperProofEmailAddress> <!-- Email Address for Paper Proof -->
            </PaperProof>
            <OrderType>
                <OrderTypeValue>New</OrderTypeValue> <!-- Must be New or Repeat or Refer!-->
                <PreviousOrderInformation> <!-- Only to be filled if it is a repeat or refer order -->
                    <PreviousPurchaseOrder>123456</PreviousPurchaseOrder> <!-- Previous Purchase Order Number -->
                    <PreviousPurchaseOrderDate>2015-01-01</PreviousPurchaseOrderDate> <!-- Previous Purchase Order Date. The date format: yyyy-mm-dd -->
                </PreviousOrderInformation>
            </OrderType>
            <Imprints>
                <Imprint> <!-- You can put multiple imprint tags with the structure below, for multi imprint orders!
                    You have to verify from our soap services or excel dump, how many imprint locations are possible for this product -->
                    <ImprintMethod> <!-- Decoration ID. NEEDS TO BE POPULATED FROM OUR SOAP SERVICE OR EXCEL DUMP!-->
                        174234 
                    </ImprintMethod>
                    <ImprintLocation>
                        <LocationName> <!-- Location ID. NEEDS TO BE POPULATED FROM OUR SOAP SERVICE OR EXCEL DUMP!-->
                            64123
                        </LocationName>
                        <ImprintColors> 
                            <ImprintColor> <!-- This tag can be repeated for multiple colors!-->
                                <Color> <!-- Imprint Color name -->
                                    BLUE
                                </Color>
                                <PMSMatch> <!-- PMS Match. Must be TRUE or FALSE -->
                                    TRUE
                                </PMSMatch>
                            </ImprintColor>
                        </ImprintColors>
                    </ImprintLocation>
                    <Art>
                        <FileName> <!-- Art File Name -->
                            abcd.pdf
                        </FileName>
                        <FileLocation> <!-- If not sure about the location can be left blank!, valid options are ftp://, http://, ftps://, https:// -->
                            http://www.example.com/abcd.com/art/123456/abcd.pdf
                        </FileLocation>
                        <Trademark> <!--Textual Description of Artwork!-->
                            logo of test company
                        </Trademark>
                        <ArtworkInstructions> <!-- Put any Straight Line Copy here. Such as "Add 555-555-555 to bottom of logo"-->
                            any remarks for the production artist
                        </ArtworkInstructions>
                    </Art>
                </Imprint>
            </Imprints>
            <Charges> 
                <Charge> <!-- Any charges except Setup Charge. IF MULTIPLE CHARGES, THEN REPEAT CHARGE TAG !!! -->
                    <ChargeCode> <!-- Charge ID. NEEDS TO BE POPULATED FROM OUR SOAP SERVICE OR EXCEL DUMP! -->
                        123456 
                    </ChargeCode>
                    <ChargeValue> <!-- Charge in currency from <Currency> node -->
                        0.05
                    </ChargeValue>
                    <ChargeQty> <!-- Quantity of the charge -->
                        100
                    </ChargeQty>
                    <ChargeTotal> <!-- Charge total in currency from <Currency> node -->
                        5.00
                    </ChargeTotal>
                </Charge>
                <ChargesTotal> <!-- Charges total in currency from <Currency> node -->
                    5.00
                </ChargesTotal>
            </Charges>
            <Accessories>
                <AccessoryProductInformation> <!-- Only fill this tag, if the product needs to have an optional part, else leave it blank!-->
                    <ProductSKU> <!-- Product Part ID. NEEDS TO BE POPULATED FROM OUR SOAP SERVICE OR EXCEL DUMP! -->
                        5950LID
                    </ProductSKU>  <!-- Product Color -->
                    <Color>
                        BLACK
                    </Color>
                    <Imprints>
                        <Imprint> <!-- You can put multiple imprint tags with the structure below, for multi imprint orders!
                            You have to verify from our soap services or excel dump, how many imprint locations are possible for this product -->
                            <ImprintMethod> <!-- Decoration ID. NEEDS TO BE POPULATED FROM OUR SOAP SERVICE OR EXCEL DUMP!-->
                                1122345
                            </ImprintMethod>
                            <ImprintLocation>
                                <LocationName> <!-- Location ID. NEEDS TO BE POPULATED FROM OUR SOAP SERVICE OR EXCEL DUMP!-->
                                    44567
                                </LocationName>
                                <ImprintColors> <!-- This tag can be repeated for multiple colors!-->
                                    <ImprintColor>
                                        <Color> <!-- Imprint Color name -->
                                            BLUE
                                        </Color>
                                        <PMSMatch> <!-- PMS Match. Must be TRUE or FALSE -->
                                            TRUE
                                        </PMSMatch>
                                    </ImprintColor>
                                </ImprintColors>
                            </ImprintLocation>
                            <Art>
                                <FileName> <!-- Art File Name -->
                                    aaaa.pdf
                                </FileName>
                                <FileLocation> <!-- If not sure about the location can be left blank!, valid options are ftp://, http://, ftps://, https:// -->
                                    http://www.example.com/abcd.com/art/123456/aaaa.pdf
                                </FileLocation>
                                <Trademark> <!--Textual Description of Artwork!-->
                                    logo of test company
                                </Trademark>
                                <ArtworkInstructions> <!-- Put any Straight Line Copy here. Such as "Add 555-555-555 to bottom of logo"-->
                                    any remarks for the production artist
                                </ArtworkInstructions>
                            </Art>
                        </Imprint>
                    </Imprints>
                    <Quantity> <!-- Quantity to Order -->
                        100
                    </Quantity>
                    <UnitPrice> <!-- Unit Price in currency from <Currency> node -->
                        1.36
                    </UnitPrice>
                    <TotalPrice> <!-- Total Cost in currency from <Currency> node -->
                        136.00
                    </TotalPrice>
                    <Art>
                        <FileName> <!-- Art File Name -->
                            abdd.pdf
                        </FileName>
                        <FileLocation> <!-- If not sure about the location can be left blank!, valid options are ftp://, http://, ftps://, https:// -->
                            http://www.example.com/abcd.com/art/123456/abdd.pdf
                        </FileLocation>
                        <Remarks> <!-- Any Remarks -->
                            any remarks
                        </Remarks>
                    </Art>
                </AccessoryProductInformation>
            </Accessories>
        </Product>
    </Products>
    <POTotal> <!-- Purchase Order Total in currency from <Currency> node -->
        271.00
    </POTotal>
    <Currency> <!-- USD or CAD. If CAD then assuming FOB Toronto Pricing -->
        USD
    </Currency>
</PurchaseOrder>