The Twocheckout_Product class provides methods to create, retrieve, update and delete products and will return an Array or JSON response depending on your format specification.
Use to delete an existing product.
Returns an Array or JSON depending on your format specification.
Twocheckout::username('APIuser1817037'); Twocheckout::password('APIpass1817037'); $args = array( 'product_id' => 4838125968 ); $result = Twocheckout_Product::delete($args);
Array ( [response_code] => OK [response_message] => Product successfully deleted. )