Show / Hide Table of Contents

Class ProductstatusesResource.RepricingreportsResource

The "repricingreports" collection of methods.

Inheritance
System.Object
ProductstatusesResource.RepricingreportsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RepricingreportsResource

Constructors

RepricingreportsResource(IClientService)

Constructs a new resource.

Declaration
public RepricingreportsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(Int64, String)

Lists the metrics report for a given Repricing product.

Declaration
public virtual ProductstatusesResource.RepricingreportsResource.ListRequest List(long merchantId, string productId)
Parameters
Type Name Description
System.Int64 merchantId

Required. Id of the merchant who owns the Repricing rule.

System.String productId

Required. Id of the Repricing product. Also known as the REST_ID

Returns
Type Description
ProductstatusesResource.RepricingreportsResource.ListRequest
In This Article
Back to top