Thank you for your help Andy but it's still not working. I put in my shipping and tax costs into the first line item but it's still not calculating my total correctly in the order detail page on the CA dashboard. the following is the xml i am sending and a screenshot of how it shows up on the dashboard maybe i am missing somthing?
<?xml version="1.0" encoding="utf-16"?>
<CheckoutStatus>Completed</CheckoutStatus>
<CheckoutDateGMT>2013-06-27T16:36:35.817Z</CheckoutDateGMT>
<PaymentStatus>Submitted</PaymentStatus>
<PaymentDateGMT>2013-06-27T16:36:35.817Z</PaymentDateGMT>
<ShippingStatus>Unshipped</ShippingStatus>
<ShippingDateGMT>2013-06-27T16:36:35.817Z</ShippingDateGMT>
</OrderStatus>
<AddressLine1>xxxxxxxxxx</AddressLine1>
<AddressLine2 />
<City>Phoenix</City>
<Region>AZ</Region>
<PostalCode>85027</PostalCode>
<CountryCode>US</CountryCode>
<CompanyName>xxxxxxx</CompanyName>
<Title />
<FirstName>xxxxxxxx</FirstName>
<LastName>Office</LastName>
<PhoneNumberDay>(xxx) xxx-xxxx</PhoneNumberDay>
</BillingInfo>
<CartID>0</CartID>
<CheckoutSource>Site_Checkout</CheckoutSource>
<VATTaxCalculationOption>Unspecified</VATTaxCalculationOption>
<VATShippingOption>Unspecified</VATShippingOption>
<VATGiftWrapOption>Unspecified</VATGiftWrapOption>
<LineItemSKUList>
<OrderLineItemItem>
<LineItemType>SKU</LineItemType>
<UnitPrice>24.9900</UnitPrice>
<LineItemID>721</LineItemID>
<AllowNegativeQuantity>true</AllowNegativeQuantity>
<Quantity>1</Quantity>
<ItemSaleSource>DIRECT_SALE</ItemSaleSource>
<SKU>3222613031</SKU>
<Title>Titleist Mens Tour Fashion Hat</Title>
<BuyerFeedbackRating>0</BuyerFeedbackRating>
<VATRate>0.0</VATRate>
<TaxCost>0.0000</TaxCost>
<ShippingCost>1.0000</ShippingCost>
<ShippingTaxCost>0.0</ShippingTaxCost>
<GiftWrapCost>0.0</GiftWrapCost>
<GiftWrapTaxCost>0.0</GiftWrapTaxCost>
<RecyclingFee>0.0</RecyclingFee>
</OrderLineItemItem>
</LineItemSKUList>
</ShoppingCart>
<AddressLine2 />
<City>Phoenix</City>
<Region>AZ</Region>
<PostalCode>85027</PostalCode>
<CountryCode>US</CountryCode>
<CompanyName>xxxxxxxx</CompanyName>
<Title />
<FirstName>xxxxxxxx</FirstName>
<LastName>Office</LastName>
<PhoneNumberDay>(xxx) xxx-xxxx</PhoneNumberDay>
<ShipmentList>
<Shipment>
<ShippingCarrier>UPS</ShippingCarrier>
<ShippingClass>Ground</ShippingClass>
</Shipment>
</ShipmentList>
<EstimatedShipDate xsi:nil="true" />
<DeliveryDate xsi:nil="true" />
</ShippingInfo>
</OrderSubmit>