The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Shop - Shopify Store

DESCRIPTION

Represents information about a shop on shopify.

USAGE

Not much; to get a copy of the shopify store information tied to a particular WWW::Shopify object (either private or public), simply do the following:

        my $shop = $sa->get_shop();

And that's it. Beyond that, there's not much you can do with this object; everything is generated by shopify, and you cna't modify any of it.

SEE ALSO

WWW::Shopify::Model::Item, http://api.shopify.com/shop.html

AUTHOR

Adam Harrison

LICENSE

See LICENSE in the main directory.