@maxim_mazurok/gapi.client.content-v2.1
Advanced tools
Comparing version 0.0.20230923 to 0.0.20231001
{ | ||
"name": "@maxim_mazurok/gapi.client.content-v2.1", | ||
"version": "0.0.20230923", | ||
"version": "0.0.20231001", | ||
"description": "TypeScript typings for Content API for Shopping v2.1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -330,3 +330,3 @@ # TypeScript typings for Content API for Shopping v2.1 | ||
/* | ||
Requests a review of free listings in a specific region. This method is only available to selected merchants. | ||
Requests a review of free listings in a specific region. | ||
*/ | ||
@@ -376,3 +376,3 @@ await gapi.client.content.freelistingsprogram.requestreview({ merchantId: "merchantId", }); | ||
/* | ||
Sets the omnichannel experience for the specified country. | ||
Sets the omnichannel experience for the specified country. Only supported for merchants whose POS data provider is trusted to enable the corresponding experience. For more context, see these help articles [about LFP](https://support.google.com/merchants/answer/7676652) and [how to get started](https://support.google.com/merchants/answer/7676578) with it. | ||
*/ | ||
@@ -902,5 +902,5 @@ await gapi.client.content.liasettings.setomnichannelexperience({ accountId: "accountId", merchantId: "merchantId", }); | ||
/* | ||
Requests a review of Shopping ads in a specific region. This method is only available to selected merchants. | ||
Requests a review of Shopping ads in a specific region. | ||
*/ | ||
await gapi.client.content.shoppingadsprogram.requestreview({ merchantId: "merchantId", }); | ||
``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1170758
24091