Show / Hide Table of Contents

Class OrderreturnsResource.ListRequest

Lists order returns in your Merchant Center account.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<OrderreturnsListResponse>
ShoppingContentBaseServiceRequest<OrderreturnsListResponse>
OrderreturnsResource.ListRequest
Implements
Google.Apis.Requests.IClientServiceRequest<OrderreturnsListResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<OrderreturnsListResponse>.Xgafv
ShoppingContentBaseServiceRequest<OrderreturnsListResponse>.AccessToken
ShoppingContentBaseServiceRequest<OrderreturnsListResponse>.Alt
ShoppingContentBaseServiceRequest<OrderreturnsListResponse>.Callback
ShoppingContentBaseServiceRequest<OrderreturnsListResponse>.Fields
ShoppingContentBaseServiceRequest<OrderreturnsListResponse>.Key
ShoppingContentBaseServiceRequest<OrderreturnsListResponse>.OauthToken
ShoppingContentBaseServiceRequest<OrderreturnsListResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<OrderreturnsListResponse>.QuotaUser
ShoppingContentBaseServiceRequest<OrderreturnsListResponse>.UploadType
ShoppingContentBaseServiceRequest<OrderreturnsListResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
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
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class ListRequest : ShoppingContentBaseServiceRequest<OrderreturnsListResponse>, IClientServiceRequest<OrderreturnsListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, UInt64)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, ulong merchantId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.UInt64 merchantId

Properties

CreatedEndDate

Obtains order returns created before this date (inclusively), in ISO 8601 format.

Declaration
[RequestParameter("createdEndDate", RequestParameterType.Query)]
public virtual string CreatedEndDate { get; set; }
Property Value
Type Description
System.String

CreatedStartDate

Obtains order returns created after this date (inclusively), in ISO 8601 format.

Declaration
[RequestParameter("createdStartDate", RequestParameterType.Query)]
public virtual string CreatedStartDate { get; set; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.HttpMethod

MaxResults

The maximum number of order returns to return in the response, used for paging. The default value is 25 returns per page, and the maximum allowed value is 250 returns per page.

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

MerchantId

The ID of the account that manages the order. This cannot be a multi-client account.

Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type Description
System.UInt64

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.MethodName

OrderBy

Return the results in the specified order.

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual OrderreturnsResource.ListRequest.OrderByEnum? OrderBy { get; set; }
Property Value
Type Description
System.Nullable<OrderreturnsResource.ListRequest.OrderByEnum>

PageToken

The token returned by the previous request.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.ShoppingContent.v2.ShoppingContentBaseServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrderreturnsListResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top