Class RepricingrulesResource.CreateRequest
Creates a repricing rule for your Merchant Center account.
Inheritance
RepricingrulesResource.CreateRequest
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RepricingrulesResource.CreateRequest : ShoppingContentBaseServiceRequest<RepricingRule>, IClientServiceRequest<RepricingRule>, IClientServiceRequest
Constructors
CreateRequest(IClientService, RepricingRule, long)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, RepricingRule body, long merchantId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| RepricingRule | body | |
| long | merchantId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.RepricingRule>.HttpMethod
MerchantId
Required. The id of the merchant who owns the repricing rule.
Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual long MerchantId { get; }
Property Value
| Type | Description |
|---|---|
| long |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.RepricingRule>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.RepricingRule>.RestPath
RuleId
Required. The id of the rule to create.
Declaration
[RequestParameter("ruleId", RequestParameterType.Query)]
public virtual string RuleId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.RepricingRule>.GetBody()
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()