Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maxim_mazurok/gapi.client.content

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.content - npm Package Compare versions

Comparing version 2.1.20210211 to 2.1.20210220

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc