mivajenn
5/26/2017 - 9:24 PM

update_item_single.js

<Order_Update_Item order_id="1000" line_id="1">
  <status>Shipped</status>
  <code>product_code</code>
  <name>This is a test</name>
  <weight>10</weight>
  <taxable>1</taxable>
  <upsold>0</upsold>
  <quantity>10</quantity>

  <Options>
    <Option>
      <AttributeCode>template_attr</AttributeCode>
      <Price>1.00</Price>
      <OptionCode>v1</OptionCode>
    </Option>
  </Options>
  
    <Shipment>
    <Code>Shipment_Code</Code>                                          
    <Cost>1</Cost>                      
    <MarkAsShipped>Yes</MarkAsShipped>            
    <TrackingNumber>1111111111</TrackingNumber>       
    <TrackingType>FedEx</TrackingType>            
    <ShipDate>                        
      <Day>7</Day>
      <Month>9</Month>
      <Year>2012</Year>
    </ShipDate>
  </Shipment>

</Order_Update_Item>