The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::MyCommerce::API

DESCRIPTION

REST API to Digital River's MyCommerce Platform

DOCUMENTATION

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

VERSION

version 1.0.4

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

par (%args)

Return a new payments-scope API resource

products (%args)

Return a new products-scope API resource

vendors ( %args)

Return a new vendors-scope API resource