cost 421 ms
我需要将产品详细信息发送到 Google 购物内容 API 但首先我需要生成 oAuth 令牌。我将如何通过 function 应用程序进行操作 - I need to send product details to Google shopping Content API but first i need to generate oAuth token.How i will do it through function app

I need to send product details to Google shopping Content API but for using that i need to generate oAuth token with refresh token throgh Azure data ...

如何使用谷歌 API 为 1 小时购物提要生成刷新/访问令牌 - How to generate refresh/access token using google API for 1 hour shopping feed

我正在使用 Google API 生成访问令牌,但这个Google 视频说令牌将在 1 小时内过期。 目前,令牌在 4-5 秒后过期。 如何生成一个 1 小时的令牌或增加令牌的到期时间我也在使用谷歌的授权过程,比如使用谷歌签名并获得一次访问令牌,但是当我发出另一个请求时,令牌就会过期。 所以请提供有 ...

使用 PHP 从 Google Content API for Shopping 中删除销售价格 - Remove Sale Price from Google Content API for Shopping using PHP

我可以通过 Google Content API for Shopping 使用 PHP 语言更新(更改为其他价格)我的 Google Merchant Feed 中的产品销售价格。 例子。 具有 40% 折扣的产品(原价 = 100.00 欧元,销售价 = 60.00 欧元): 我无法取消此 ...

PHP 致命错误:未捕获的 GuzzleHttp\Exception\RequestException:cURL 错误 2:简单句柄已用于多句柄 - PHP Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 2: easy handle already used in multi handle

我是用户而不是开发人员。 开发人员不可用。 这是 Google Shopping Products 提交脚本中使用的 Google API 库。 脚本每 20 分钟成功运行 2 年 + 昨天的前 5 个小时。 然后出现以下错误: 脚本停止工作时唯一的服务器更改是应用到物理主机的安全补丁和服务器重新启 ...

如何避免在 facebook 微数据调试器工具中出现“产品缺少字段:google_product_category”警告? - How can I avoid 'A product is missing a field: google_product_category' warning in facebook microdata debugger tool?

该工具https://business.facebook.com/ads/microdata/debug给了我警告 我可以使用哪个 OpenGraph 标签来解决问题? HTML代码如 对我不起作用。 ...

我收到错误“ [价格]不匹配(网页抓取)” Google商户中心? - I am getting error “ Mismatched [price] (page crawl) ” Google merchant centre?

我在Google Merchant Center中收到不匹配的[price](页面抓取)错误。 商店正在根据访问者的位置更改价格和货币。 就像如果我从新西兰访问商店时,它将以NZD显示价格,但是如果从美国访问了同一页面,则它将以USD显示价格。 我在Shopify网站上的代码中涉及 ...

初始调用无法从API获取产品数据-无法解决如何将OAuth 2.0连接到调用 - Initial call to get product data from API is not working - cannot work out how to connect OAuth 2.0 to the call

我正在尝试连接到Google Shopping Products API,以创建一些新产品。 在执行更复杂的任务之前,我只是尝试进行连接以获取现有产品的列表。 我已经在Google API控制台中设置了服务帐户,并下载了json密钥文件。 我已将文件保存到服务器。 然后,我从Goog ...

如何在Google Shopping中使用API​​ KEY - How to use the API KEY in google shopping

我正在尝试执行内容API的方法,因此,当我测试以下URL时: 服务的电话检索到我: 但仍然显示相同的错误。 请对此集成进行任何指导,我需要从C#控制台应用程序调用它,而不是通过具有OAuth2的网站应用程序调用它。 ...

Google Shopping API:如何逐步更新出货设置? - Google shopping API: How to update shippingsettings incrementally?

我有一个很大的数据集,需要将其推送到Google Merchant Center中的帐户级送货设置。 我正在通过PHP客户端库使用Google Shopping API。 如果我加载数据的一个子集并在最后一次调用它,那么它将正常工作: 但是,如果我加载整个数据集并尝试一次应用它, ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM