Google Content API for Shopping website screenshot

Google Content API for Shopping

The Content API for Shopping allows apps to interact directly with the Google Merchant Center platform, enabling management of product listings, account information, data feeds, inventory, orders, and promotions. It provides programmatic access to create, update, and delete products, manage shipping and tax settings, handle order workflows, and access reporting data for Google Shopping.

1 APIs 0 Features
E-CommerceGoogle ShoppingMerchant CenterProduct ListingsRetailShopping

APIs

Google Content API for Shopping

REST API for managing product listings, accounts, data feeds, orders, and inventory in Google Merchant Center.

Collections

Pricing Plans

Rate Limits

Google Shopping Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Google Shopping Context

0 classes · 11 properties

JSON-LD

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Content API for Shopping
  version: 2.1.0
items:
- info:
    name: Products
    type: folder
  items:
  - info:
      name: Google Content API for Shopping List Products
      type: http
    http:
      method: GET
      url: https://shoppingcontent.googleapis.com/content/v2.1/:merchantId/products
      params:
      - name: merchantId
        value: ''
        type: path
        description: The ID of the merchant account.
      - name: maxResults
        value: ''
        type: query
        description: Maximum number of products to return.
      - name: pageToken
        value: ''
        type: query
        description: Token for pagination.
    docs: Lists the products in the specified merchant account.
  - info:
      name: Google Content API for Shopping Insert Product
      type: http
    http:
      method: POST
      url: https://shoppingcontent.googleapis.com/content/v2.1/:merchantId/products
      params:
      - name: merchantId
        value: ''
        type: path
        description: The ID of the merchant account.
      body:
        type: json
        data: '{}'
    docs: Uploads a product to the specified merchant account.
  - info:
      name: Google Content API for Shopping Get Product
      type: http
    http:
      method: GET
      url: https://shoppingcontent.googleapis.com/content/v2.1/:merchantId/products/:productId
      params:
      - name: merchantId
        value: ''
        type: path
      - name: productId
        value: ''
        type: path
    docs: Retrieves a product from the merchant account.
  - info:
      name: Google Content API for Shopping Delete Product
      type: http
    http:
      method: DELETE
      url: https://shoppingcontent.googleapis.com/content/v2.1/:merchantId/products/:productId
      params:
      - name: merchantId
        value: ''
        type: path
      - name: productId
        value: ''
        type: path
    docs: Deletes a product from the merchant account.
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: Google Content API for Shopping List Accounts
      type: http
    http:
      method: GET
      url: https://shoppingcontent.googleapis.com/content/v2.1/:merchantId/accounts
      params:
      - name: merchantId
        value: ''
        type: path
    docs: Lists the sub-accounts in a multi-client account.
- info:
    name: Orders
    type: folder
  items:
  - info:
      name: Google Content API for Shopping List Orders
      type: http
    http:
      method: GET
      url: https://shoppingcontent.googleapis.com/content/v2.1/:merchantId/orders
      params:
      - name: merchantId
        value: ''
        type: path
    docs: Lists the orders in the specified merchant account.
- info:
    name: Datafeeds
    type: folder
  items:
  - info:
      name: Google Content API for Shopping List Datafeeds
      type: http
    http:
      method: GET
      url: https://shoppingcontent.googleapis.com/content/v2.1/:merchantId/datafeeds
      params:
      - name: merchantId
        value: ''
        type: path
    docs: Lists the data feeds in the specified merchant account.
bundled: true