skillfed

google-shopping-merchant-products

Google Shopping Merchant Products API client library

google-shopping-merchant-products v1.8.0 104.1K downloads/30d#12,766 on PyPI5,373
Permissive license Apache-2.0 Active released

What it is and what it does

This is Google's official Python client library for the Merchant Center API. It provides a typed, gRPC-based interface to programmatically manage Merchant Center accounts, including product data operations. The library wraps Google's Merchant API and handles authentication, serialization, and transport details, so you can focus on business logic rather than protocol details.

The package is built on google-api-core and uses gRPC (via grpcio and protobuf) for efficient communication with Google's backend services. It requires Python 3.10 or later and expects Google Cloud authentication to be configured before use. The library is actively maintained, production-stable, and part of the official google-cloud-python ecosystem.

Use it for:

  • Automate bulk product uploads or updates to Merchant Center without manual UI interaction
  • Build inventory synchronization pipelines that push product data from your system to Google Shopping
  • Query and manage product listings programmatically as part of a larger e-commerce workflow
  • Integrate Merchant Center operations into CI/CD or data pipeline automation
  • Develop tools to monitor or audit product data in Merchant Center accounts at scale

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Python client library for Google Shopping Merchant Center API, enabling programmatic management of Merchant Center accounts and product data.

Yes. This is the official, actively maintained client for Google's Merchant Center API. Install it if you need to programmatically manage Merchant Center accounts or product data from Python. The low install friction, permissive license, production-stable status, and zero known vulnerabilities make it a straightforward choice. The main prerequisite is Google Cloud authentication setup and Python 3.10+.

Install

google-shopping-merchant-products on PyPI

pip

pip install google-shopping-merchant-products

uv

uv add google-shopping-merchant-products

poetry

poetry add google-shopping-merchant-products

Installing google-shopping-merchant-products

Before you install

Low friction installation as a pure Python wheel. Maintained actively with recent releases; last commit 2026-08-14. Depends on standard Google Cloud libraries (google-api-core, google-auth, grpcio, proto-plus, protobuf, google-shopping-type), all widely used in the ecosystem.

License in practice

Licensed under Apache-2.0 (permissive). You can use, modify, and distribute this library freely in commercial and open-source projects, provided you include a copy of the license and note any significant changes.

Quickstart

pip install google-shopping-merchant-products

from google.shopping.merchant_products_v1beta import ProductsServiceClient

client = ProductsServiceClient()
# Requires Google Cloud authentication (service account or user credentials)

Requires Python >= 3.10. Google Cloud authentication must be configured (service account key, Application Default Credentials, or user OAuth2 token).

Verify before relying

  • Specific API methods and their signatures beyond basic client instantiation
  • Whether the library supports all current Merchant Center API features or a subset
  • Performance characteristics for bulk operations or large product catalogs

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 6 — google-api-core, google-auth, grpcio, proto-plus, protobuf, google-shopping-type
Maintenance actively maintained — 29 days since the last release
Last repo commit
First released
Downloads 104,129/month — #12,766 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: google_shopping_merchant_products-1.8.0-py3-none-any.whl

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Internet

Tags

google merchant center api clientmanage merchant center accounts pythongoogle shopping products apimerchant center product managementgoogle shopping api python clientmerchant api integrationgoogle cloud merchant products
google-cloude-commerceapi-client

More Internet packages