Questions tagged [google-content-api]

The Content API for Shopping enables you to programmatically upload product listings and so make your products easily discoverable through Google Shopping.

The Content API for Shopping enables you to upload product listings by coding and so make your products easily discover-able through Google Shopping.

As of February 2015 version 1 will stop working please migrate to version 2.

35 questions
5
votes
1 answer

Fetch Gmail contacts in php

I want to get email ids which are associated to given gmail account. This should be done at local server, I am using xampp server on Windows 7. I am using below link to get gmail…
Amit Joshi
  • 456
  • 1
  • 8
  • 21
3
votes
0 answers

googleusercontent resize return wrong image

I have a google image: http://lh3.googleusercontent.com/YCHiHLv3pCrzi1dK4CFPMkyxPddG8qjsjez-ufiqthPhnqI5XIG39xuXPp0H4Di1BZk-RrIiAyb1nhUOGlA Tried resize this image by add the "s=PixelValue" in the end of URL. Example…
Hung Vu
  • 31
  • 1
3
votes
1 answer

google content api for shopping

I am trying to use google content api for shopping using php. Following code has been provided on google doc for this. But at last line $service is used but not defined. $product = new…
2
votes
0 answers

Googleapi Invalid feed id

I'm working with googleapi for nodeJS and as I'm trying to insert a new product I get this error: { error: { code: 400 , message: '[feedId] Invalid feed id: **feed id**' , errors: [ { message: '[feedId] Invalid feed id: **feed id**', domain: …
2
votes
0 answers

Google shopping content API - targeting both local and non local listings with same feed

when I create a feed of type "products" targeting "shopping", in the UI I have a toggle to have it targeting local listings as well. Is there a way to achieve that functionality through API? Have one feed targeting both local and non local…
2
votes
2 answers

Google Content API - new version

If I understand the latest updates from Google, they will discontinue the support for Global Endpoints for Google Content API. When I look at their documentation I find this for…
Axel Andersen
  • 330
  • 4
  • 14
2
votes
1 answer

Authentication with p12 key give error User cannot access account

I have a MVC web-application that update the products on the eCommerce site. Now we enrolled into the google merchant center and my objective is to update the products at the same time. I am using the Google.Apis.ShoppingContent.v2_1 API. This is my…
2
votes
2 answers

Accessing Google Shopping API via Python

I am quite new to Google APIs and I have been a bit lost :) First I played around with the Google APIs Explorer and everything was working fine, all my requests. Then I starting writing a small Python Script to authorise and call the API through a…
Nasia Ntalla
  • 1,559
  • 4
  • 16
  • 26
2
votes
1 answer

Google content API for shopping product search from EAN or GTIN

I am a newbie with Google content API for Shopping . Recently I am working on one project where we do the comparison of products with different competitors. We have GTIN [ Global Trade Item Number ] in the database. We would like to perform the…
2
votes
1 answer

could not convert json string to Product class of google client library 1.19.1

I receive a JSON string as an input which I need to convert to an object of Product class. The Product class belongs to google client library 1.19.1. When converting JSON String to a Product object, using object mapper, it gives following…
1
vote
0 answers

How to upload data local inventory feed in google merchant center account using content API

I tried to use the LocalInventory class like Product class but we could not find the LocalInventory source code/jar. Kindly help to send the data in local inventory feed using feedID or feedName via content API in java language. I want to create to…
Brij
  • 11
  • 2
1
vote
0 answers

Filter in products.list api

Is there a way to filter the results from GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products API. eg: 1.expirationDate > somedate 2.last update date >somedate Basically, I need to get products which get expired after a…
Anu Shree
  • 11
  • 1
1
vote
1 answer

Remove Sale Price from Google Content API for Shopping using PHP

I'm able to update (change with another price) the product sale price in my Google Merchant Feed via Google Content API for Shopping usign PHP language. Example. A product with 40% discount (Original Price = 100.00 EUR, Sale Price = 60.00…
1
vote
1 answer

Getting error unknown parameter: 'view' when listing all accounts

I'm trying to list all the merchants in our CSS center throughout the content API. The documentation states that you need to include the parameter view=css when you want to list all the merchants in your CSS account (content API V2.1), instead of…
1
vote
1 answer

Google Content API custombatch for products not working

For a project I have to automate the updating process for products in the Google Merchant Center. These products have been added through a feed with a Google Sheet as the input method. This is the "primary feed". Based on the documentation of the…
1
2 3