skillfed

google-shopping-type

Google Shopping Type API client library

google-shopping-type v1.5.0 122.6K downloads/30d#11,942 on PyPI5,373
Permissive license Apache-2.0 Active released

What it is and what it does

google-shopping-type is a Google Cloud client library that provides Python type definitions and protocol buffer bindings for the Shopping Common Types API. It serves as the foundational types layer for working with Google's merchant and shopping APIs, offering structured data models for product information, pricing, and shopping-related entities.

The package is designed for developers building applications that integrate with Google's shopping infrastructure. It depends on google-api-core, google-auth, grpcio, proto-plus, and protobuf to handle authentication, gRPC communication, and protocol buffer serialization. Installation is straightforward via pip, and the library is actively maintained with support for modern Python versions (3.10 and later).

Use it for:

  • Building merchant applications that need to work with Google Shopping product data types and structures
  • Integrating with Google's Merchant API to programmatically manage product listings and shopping data
  • Creating tools that consume or transform shopping-related data from Google Cloud services
  • Developing backend services that require type-safe access to Shopping API message definitions

Worth the install?

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

Provides Python type definitions and client bindings for Google's Shopping API, enabling programmatic access to merchant product data and shopping-related operations.

Yes, if you are building applications that integrate with Google's Shopping or Merchant APIs. The package is actively maintained, has low install friction, carries a permissive license, and has no known vulnerabilities. It is a foundational dependency for Shopping API work rather than a standalone tool, so install it only as part of a larger Google Cloud shopping integration project.

Install

google-shopping-type on PyPI

pip

pip install google-shopping-type

uv

uv add google-shopping-type

poetry

poetry add google-shopping-type

Installing google-shopping-type

Before you install

Low install friction with a pure-Python wheel. Active maintenance with recent releases; last commit 2026-08-14. Supports current Python versions (3.10+) and depends on standard Google Cloud libraries (google-api-core, google-auth, grpcio, proto-plus, protobuf).

License in practice

Licensed under Apache-2.0 (permissive), allowing use in commercial and proprietary projects with minimal restrictions beyond attribution and liability disclaimers.

Quickstart

pip install google-shopping-type

from google.shopping.type import v1
# Access Shopping API type definitions
# Example: use v1 message types for product data

Requires Python >= 3.10. Requires Google Cloud project setup with Shopping API enabled and authentication configured (see package documentation for auth setup).

Verify before relying

  • Whether this package alone is sufficient for typical Shopping API workflows or if additional client libraries are required
  • Specific Shopping API operations and message types available in version 1.5.0

Package facts

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

Evidence: google_shopping_type-1.5.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 shopping api python clientmerchant api typesgoogle shopping type definitionsshopping common typesgoogle merchant api clientshopping api protobuf typesgoogle cloud shopping
google-cloudmerchant-apiprotobuf

More Internet packages