mivajenn
7/11/2016 - 10:47 PM

Order_Add.xml

<Order_Add>								
	<ShipFirstName>Jonathan</ShipFirstName>							
	<ShipLastName>Burchmore</ShipLastName>							
	<ShipEmail>jburchmore@mivamerchant.com</ShipEmail>							
	<ShipPhone>858-361-5922</ShipPhone>							
	<ShipAddress1>5060 Shoreham Place</ShipAddress1>							
	<ShipAddress2>Suite 330</ShipAddress2>							
	<ShipCity>San Diego</ShipCity>							
	<ShipState>CA</ShipState>							
	<ShipZip>92122</ShipZip>							
	<ShipCountry>US</ShipCountry>							
								
	<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>						
	</Items>							
</Order_Add>