Advertisement
Guest User

Untitled

a guest
May 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <Order_Add_Item order_id="1000"> (Required - order_id)
  2. <Code>test</Code>
  3. <Name>Test Product #1</Name>
  4. <Price>1</Price>
  5. <Weight>0</Weight>
  6. <Quantity>1</Quantity>
  7.  
  8. <Options>
  9. <Option>
  10. <AttributeCode>test</AttributeCode>
  11. </Option>
  12.  
  13. <Option>
  14. <AttributeCode>template_attr</AttributeCode>
  15. <Price>1.00</Price>
  16. <OptionCode>v1</OptionCode>
  17. </Option>
  18. </Options>
  19.  
  20. <Shipment> (Optional)
  21. <Code>Ship_Code</Code> (Optional)
  22. <Cost>1</Cost> (Optional)
  23. <MarkAsShipped>Yes</MarkAsShipped> (Optional)
  24. <TrackingNumber>1111111111</TrackingNumber> (Required)
  25. <TrackingType>FedEx</TrackingType> (Required)
  26. <ShipDate> (Optional)
  27. <Day>7</Day>
  28. <Month>9</Month>
  29. <Year>2012</Year>
  30. </ShipDate>
  31. </Shipment>
  32.  
  33. <Shipment /> (Optional)
  34. </Order_Add_Item>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement