Google-ContentAPI
view release on metacpan or search on metacpan
=head1 NAME
Google::ContentAPI - Interact with Google's Content API for Shopping
=head1 DESCRIPTION
Add, modify and delete items from the Google Merchant Center platform via
the Content API for Shopping.
Authentication is done via Service Account credentials. See the following for details:
L<https://developers.google.com/shopping-content/v2/how-tos/service-accounts>
You will also need to create a Merchant Center Account:
L<https://developers.google.com/shopping-content/v2/quickstart>
For convenience, add your Merchant account ID to the *.json file provided by Google.
Your complete *.json file, after adding your merchant ID, will look something like this:
{
"endpoint": "https://www.googleapis.com/content/v2.1",
lib/Google/ContentAPI.pm view on Meta::CPAN
##############################################################################
# Google::ContentAPI
#
# Add, modify and delete items from the Google Merchant Center platform via
# the Content API for Shopping.
#
# https://developers.google.com/shopping-content/v2/quickstart
#
# Authentication is done via Service Account credentials. For details see:
# https://developers.google.com/shopping-content/v2/how-tos/service-accounts
#
# AUTHOR
#
# Bill Gerrard <bill@gerrard.org>
#
# VERSION HISTORY
#
# + v1.03 12/10/2020 Allow custom endpoint, update docs for v2.1 API
# + v1.02 04/11/2018 Add accountstatuses, productstatuses methods. Add "custom" resource
lib/Google/ContentAPI.pm view on Meta::CPAN
__END__
=head1 NAME
Google::ContentAPI - Interact with Google's Content API for Shopping
=head1 DESCRIPTION
Add, modify and delete items from the Google Merchant Center platform via
the Content API for Shopping.
Authentication is done via Service Account credentials. See the following for details:
L<https://developers.google.com/shopping-content/v2/how-tos/service-accounts>
You will also need to create a Merchant Center Account:
L<https://developers.google.com/shopping-content/v2/quickstart>
For convenience, add your Merchant account ID to the *.json file provided by Google.
Your complete *.json file, after adding your merchant ID, will look something like this:
{
"endpoint": "https://www.googleapis.com/content/v2.1",
( run in 0.246 second using v1.01-cache-2.11-cpan-4d50c553e7e )