public class ShoppingContent.Repricingrules extends Object
Modifier and Type | Class and Description |
---|---|
class |
ShoppingContent.Repricingrules.Create |
class |
ShoppingContent.Repricingrules.Delete |
class |
ShoppingContent.Repricingrules.Get |
class |
ShoppingContent.Repricingrules.List |
class |
ShoppingContent.Repricingrules.Patch |
class |
ShoppingContent.Repricingrules.Repricingreports
The "repricingreports" collection of methods.
|
Constructor and Description |
---|
Repricingrules() |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Repricingrules.Create |
create(Long merchantId,
RepricingRule content)
Creates a repricing rule for your Merchant Center account.
|
ShoppingContent.Repricingrules.Delete |
delete(Long merchantId,
String ruleId)
Deletes a repricing rule in your Merchant Center account.
|
ShoppingContent.Repricingrules.Get |
get(Long merchantId,
String ruleId)
Retrieves a repricing rule from your Merchant Center account.
|
ShoppingContent.Repricingrules.List |
list(Long merchantId)
Lists the repricing rules in your Merchant Center account.
|
ShoppingContent.Repricingrules.Patch |
patch(Long merchantId,
String ruleId,
RepricingRule content)
Updates a repricing rule in your Merchant Center account.
|
ShoppingContent.Repricingrules.Repricingreports |
repricingreports()
An accessor for creating requests from the Repricingreports collection.
|
public ShoppingContent.Repricingrules.Create create(Long merchantId, RepricingRule content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The id of the merchant who owns the repricing rule.content
- the RepricingRule
IOException
public ShoppingContent.Repricingrules.Delete delete(Long merchantId, String ruleId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The id of the merchant who owns the repricing rule.ruleId
- Required. The id of the rule to Delete.IOException
public ShoppingContent.Repricingrules.Get get(Long merchantId, String ruleId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The id of the merchant who owns the repricing rule.ruleId
- Required. The id of the rule to retrieve.IOException
public ShoppingContent.Repricingrules.List list(Long merchantId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The id of the merchant who owns the repricing rule.IOException
public ShoppingContent.Repricingrules.Patch patch(Long merchantId, String ruleId, RepricingRule content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The id of the merchant who owns the repricing rule.ruleId
- Required. The id of the rule to update.content
- the RepricingRule
IOException
public ShoppingContent.Repricingrules.Repricingreports repricingreports()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Repricingreports.List request = content.repricingreports().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.