问题标签 [google-shopping-api]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
365 浏览

authentication - Google shopping api Request had insufficient authentication scopes

I make a request to Google shopping by curl:

and the response is

I'm sure my access_token is right, but I'm not sure if my API_KEY is right. My API_KEY is gotten in https://console.cloud.google.com/apis/credentials , and the API_KEY's restrictions is none. enter image description here

And my Content API for Shopping is enabled: enter image description here

I wonder if I miss any critical method, that I can't request the api successfully.

By the way, how can I get my merchant_id? Is it my merchant_id? enter image description here

But the method "Verify and claim your website URL in Business information", I didn't pass. Does it cause to the 403 error?

0 投票
1 回答
97 浏览

google-api - 如何使用谷歌 API 为 1 小时购物提要生成刷新/访问令牌

我正在使用 Google API 生成访问令牌,但这个Google 视频说令牌将在 1 小时后过期。目前,令牌在 4-5 秒后过期。

如何生成一个 1 小时的令牌或增加令牌的到期时间我也在使用谷歌的授权流程,比如使用谷歌签名并获得一次访问令牌,但是当我发出另一个请求时,令牌就会过期。

所以请提供有价值的反馈。

0 投票
1 回答
353 浏览

web-scraping - 如何从产品 GTIN 中抓取谷歌购物

我正在寻找一种基于产品的 GTIN 代码获取产品的谷歌购物页面的方法。

例如,如果我有 GTIN 03661238046573,我希望能够访问以下页面: https ://www.google.com/shopping/product/1778678479788252976/online

有没有办法得到这个代码(这里是 1778678479788252976)?

0 投票
1 回答
93 浏览

google-api-php-client - Google Shopping API - 在哪里可以找到商家 ID

我正在尝试设置 Google Shopping API 并使用它我需要找到 Merchant #ID

本文没有帮助 https://support.google.com/paymentscenter/answer/7163092?hl=en#:~:text=To%20find%20your%20Merchant%20ID,then%20find%20your%20merchant%20ID

顶部没有设置链接。

我们需要商家 ID 才能使用 API。没有它就行不通。我使用谷歌 SDK。

问候, 奥列格

0 投票
1 回答
56 浏览

.net-core - 我需要将产品详细信息发送到 Google 购物内容 API,但首先我需要生成 oAuth 令牌。我将如何通过功能应用程序进行操作

我需要将产品详细信息发送到 Google 购物内容 API,但要使用它,我需要通过 Azure 数据工厂生成带有刷新令牌的 oAuth 令牌。我已经生成了服务帐户和客户端机密 json。我将如何通过函数应用程序来做到这一点?

0 投票
1 回答
48 浏览

google-api - 购物内容 api 403 错误权限被拒绝

我在购物内容 Api 中唯一受限的访问方法有问题,我在帐户中的角色是所有者,但我收到 403 错误权限被拒绝 403 错误

0 投票
1 回答
69 浏览

c# - 在dotnet core中获取Azure中http触发函数的当前文件夹路径

我正在 dotnet 核心中创建一个 http 触发函数,我需要在其中找到我的项目 shopping-samples 的当前文件夹路径。尽管我能够在 vs 代码中的本地执行以下代码。私有静态只读字符串 defaultPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal), "shopping-samples"); 我如何在 Azure 中为这个 http 触发函数获取文件夹路径。本地路径显示 :C:\Users\shash\Documents\shopping-samples 并且在本地运行良好。请帮忙。

0 投票
1 回答
250 浏览

javascript - Google Content Api for Shopping - 只列出想要的产品功能

我正在使用下面的脚本(https://developers.google.com/apps-script/advanced/shopping-content)我想知道,而不是所有资源,我如何仅列出产品价格?

0 投票
0 回答
60 浏览

php - Google API 2.1 - 错误 [产品] INSERT 请求必须指定产品

首先,我的英语不是那么好。我希望你仍然明白我的意思。

我正在尝试使用 google api 2.1 将产品上传到我的提要。但是,在这里,我总是收到一条我无法理解的错误消息。

对https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products?feedId=XXX的卷曲请求

链接到文档https://developers.google.com/shopping-content/reference/rest/v2.1/products/insert

在这里,我收到以下错误消息:

如果我注释掉被批评的字段:

我收到以下错误消息

你们中有人知道我的错误在哪里吗?

0 投票
0 回答
43 浏览

google-api - Google Shopping Content API:创建网站抓取供稿

即使我搜索它,我也没有在文档中看到任何关于网站抓取的提及。

此外,如果我手动设置网站抓取提要,并为该帐户调用 GET 提要,我会得到一个空白结果,即该resources字段甚至不显示。如果我手动创建基于项目的提要,它会显示在 sam get 请求中。

那么如何通过 API 创建网站抓取提要呢?