@maxim_mazurok/gapi.client.content
Advanced tools
Comparing version 2.1.20210211 to 2.1.20210220
{ | ||
"name": "@maxim_mazurok/gapi.client.content", | ||
"version": "2.1.20210211", | ||
"version": "2.1.20210220", | ||
"description": "TypeScript typings for Content API for Shopping v2.1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -662,2 +662,27 @@ # TypeScript typings for Content API for Shopping v2.1 | ||
/* | ||
Creates a new return policy. | ||
*/ | ||
await gapi.client.content.returnpolicyonline.create({ merchantId: "merchantId", }); | ||
/* | ||
Deletes an existing return policy. | ||
*/ | ||
await gapi.client.content.returnpolicyonline.delete({ merchantId: "merchantId", returnPolicyId: "returnPolicyId", }); | ||
/* | ||
Gets an existing return policy. | ||
*/ | ||
await gapi.client.content.returnpolicyonline.get({ merchantId: "merchantId", returnPolicyId: "returnPolicyId", }); | ||
/* | ||
Lists all existing return policies. | ||
*/ | ||
await gapi.client.content.returnpolicyonline.list({ merchantId: "merchantId", }); | ||
/* | ||
Updates an existing return policy. | ||
*/ | ||
await gapi.client.content.returnpolicyonline.patch({ merchantId: "merchantId", returnPolicyId: "returnPolicyId", }); | ||
/* | ||
Retrieves a settlement report from your Merchant Center account. | ||
@@ -664,0 +689,0 @@ */ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
808711
14347
736