j-r
5/26/2017 - 9:29 PM

add_new_order.js

<Order_Add>
  <ID>100004</ID>
  <ShipFirstName>Brennan</ShipFirstName>
  <ShipLastName>Heyde</ShipLastName>
  <ShipEmail>bheyde@miva.com</ShipEmail>
  <ShipPhone>858-731-4220</ShipPhone>
  <ShipAddress1>5060 Shoreham Place</ShipAddress1>
  <ShipAddress2>Suite 330</ShipAddress2>
  <ShipCity>San Diego</ShipCity>
  <ShipState>CA</ShipState>
  <ShipZip>92122</ShipZip>
  <ShipCountry>US</ShipCountry>

  <BillFirstName>Brennan</BillFirstName>
  <BillLastName>Heyde</BillLastName>
  <BillEmail>jburchmore@mivamerchant.com</BillEmail>
  <BillPhone>858-361-5922</BillPhone>
  <BillAddress1>5060 Shoreham Place</BillAddress1>
  <BillAddress2>Suite 330</BillAddress2>
  <BillCity>San Diego</BillCity>
  <BillState>CA</BillState>
  <BillZip>92122</BillZip>
  <BillCountry>US</BillCountry>

  <Items>
    <Item>
      <Code>test</Code>
      <Name>Test Product #1</Name>
      <Price>1</Price>
      <Weight>0</Weight>
      <Quantity>1</Quantity>
      <Options>
        <Option>
          <AttributeCode>test</AttributeCode>
        </Option>
        <Option>
          <AttributeCode>template_attr</AttributeCode>
          <Price>1.00</Price>
          <OptionCode>v1</OptionCode>
        </Option>
      </Options>
    </Item>
    
    <Item>
      <code>test1</code>
      <Name>Test Product #2</Name>
      <Price>1</Price>
      <Weight>0</Weight>
      <Quantity>1</Quantity>        
    </Item>
  </Items>

  <Charges>
    <Charge>
      <Type>SHIPPING</Type>
      <Description>Shipping: UPS Ground</Description>
      <Amount>9.95</Amount>
    </Charge>
    <Charge>
      <Type>TAX</Type>
      <Description>Sales Tax</Description>
      <Amount>3</Amount>
    </Charge>
  </Charges>
      
</Order_Add>