@maxim_mazurok/gapi.client.content-v2.1
Advanced tools
Comparing version 0.0.20241022 to 0.0.20241023
{ | ||
"name": "@maxim_mazurok/gapi.client.content-v2.1", | ||
"version": "0.0.20241022", | ||
"version": "0.0.20241023", | ||
"description": "TypeScript typings for Content API for Shopping v2.1", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -845,23 +845,2 @@ # TypeScript typings for Content API for Shopping v2.1 | ||
/* | ||
Retrieves a settlement report from your Merchant Center account. | ||
*/ | ||
await gapi.client.content.settlementreports.get({ | ||
merchantId: 'merchantId', | ||
settlementId: 'settlementId', | ||
}); | ||
/* | ||
Retrieves a list of settlement reports from your Merchant Center account. | ||
*/ | ||
await gapi.client.content.settlementreports.list({merchantId: 'merchantId'}); | ||
/* | ||
Retrieves a list of transactions for the settlement. | ||
*/ | ||
await gapi.client.content.settlementtransactions.list({ | ||
merchantId: 'merchantId', | ||
settlementId: 'settlementId', | ||
}); | ||
/* | ||
Retrieves and updates the shipping settings of multiple accounts in a single request. | ||
@@ -868,0 +847,0 @@ */ |
Sorry, the diff of this file is too big to display
570730
9570
903