@maxim_mazurok/gapi.client.content-v2.1
Advanced tools
Comparing version 0.0.20221013 to 0.0.20221024
{ | ||
"name": "@maxim_mazurok/gapi.client.content-v2.1", | ||
"version": "0.0.20221013", | ||
"version": "0.0.20221024", | ||
"description": "TypeScript typings for Content API for Shopping v2.1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -620,3 +620,3 @@ # TypeScript typings for Content API for Shopping v2.1 | ||
/* | ||
Inserts a promotion for your Merchant Center account. If the promotion already exists, then it updates the promotion instead. | ||
Inserts a promotion for your Merchant Center account. If the promotion already exists, then it updates the promotion instead. To [end or delete] (https://developers.google.com/shopping-content/guides/promotions#end_a_promotion) a promotion update the time period of the promotion to a time that has already passed. | ||
*/ | ||
@@ -641,2 +641,7 @@ await gapi.client.content.promotions.create({ merchantId: "merchantId", }); | ||
/* | ||
Lists the quota limit and quota usage per method for your Merchant Center account. | ||
*/ | ||
await gapi.client.content.quotas.list({ merchantId: "merchantId", }); | ||
/* | ||
Updates regional inventory for multiple products or regions in a single request. | ||
@@ -643,0 +648,0 @@ */ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
946472
16635
844