You must specify your API username and password using the Twocheckout.apiusername & Twocheckout.apipassword class variables before calling a method in this class.
Use to mark a sale as shipped.
Returns a TwocheckoutResponse object.
Sale sale = TwocheckoutSale.retrieve("4831096515"); HashMapparams = new HashMap (); params.put("tracking_number", "test"); TwocheckoutResponse result = sale.ship(params);
{ "response_code" : "OK", "response_message" : "Sale marked shipped." }