- $response = $c->list_sales();
 - 
Retrieves the list of sales for the vendor
 - $response = $c->detail_sale(sale_id => $sale_id);
 - 
Retrieves the details for the named sale.
 - $response = $c->list_coupons();
 - 
Retrieves the list of coupons for the vendor
 - $response = $c->detail_coupon(coupon_code => $coupon_code);
 - 
Retrieves the details for the named coupon.
 - $response = $c->list_payments();
 - 
Retrieves the list of payments for the vendor
 - $response = $c->list_products();
 - 
Retrieves the list of products for the vendor
 - $response = $c->list_options();
 - 
Retrieves the list of options for the vendor
 - $response = $c->call_2co_api();
 - 
Talks to 2CO on behalf of the API methods
 
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 60:
 '=item' outside of any '=over'
=over without closing =back