NAME

Net::MyCommerce::API

DESCRIPTION

REST API to Digital River's MyCommerce Platform

DOCUMENTATION

http://help.mycommerce.com/mycommerce-apis

VERSION

version 1.0.1

METHODS

new

Entry point to various Net MyCommerce API resources

my $api = Net::MyCommerce::API->new();
my $cart_resource = $api->carts( credentials => { id=> $id, secret => $secret } );
my ($error, $result) = $cart_resource->create_cart( $options );

carts (%args)

Return a new carts-scope API resource

orders (%args)

Return a new orders-scope API resource

products (%args)

Return a new products-scope API resource

vendors ( %args)

Return a new vendors-scope API resource