| ... | ... | @@ -20,5 +20,5 @@ shipmentID - numeric, Identifies the shipment id for multiple shipment orders. T |
|
|
|
|
|
|
|
### Example
|
|
|
|
``` ruby
|
|
|
|
ThreeDeeCart::Customer.update_shipment({storeURL: "http://www.3dcart.com", invoiceNum: "a12345", tracking: "ADJ9UJDFV", shipmentDate: "12/12/2013"})
|
|
|
|
ThreeDeeCart::Customer.update_shipment({storeUrl: "http://www.3dcart.com", invoiceNum: "a12345", tracking: "ADJ9UJDFV", shipmentDate: "12/12/2013"})
|
|
|
|
``` |
|
|
\ No newline at end of file |