--- id: google-shopping-type version: "1.5.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # google-shopping-type — Google Shopping Type API client library License: permissive · Maintenance: active · Downloads: 122.6K/mo ## 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 above — 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 pip install google-shopping-type uv add google-shopping-type 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_current - Install friction: low - Maintenance: active - Downloads: 122.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags google shopping api python client, merchant api types, google shopping type definitions, shopping common types, google merchant api client, shopping api protobuf types, google cloud shopping, google-cloud, merchant-api, protobuf [View on SkillFed](https://skillfed.io/packages/google-shopping-type) · [View on PyPI](https://pypi.org/project/google-shopping-type/)