Show / Hide Table of Contents

Class OrdersResource.GetbymerchantorderidRequest

Retrieves an order using merchant order ID.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<OrdersGetByMerchantOrderIdResponse>
ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>
OrdersResource.GetbymerchantorderidRequest
Implements
Google.Apis.Requests.IClientServiceRequest<OrdersGetByMerchantOrderIdResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>.Xgafv
ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>.AccessToken
ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>.Alt
ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>.Callback
ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>.Fields
ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>.Key
ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>.OauthToken
ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>.QuotaUser
ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>.UploadType
ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.OrdersGetByMerchantOrderIdResponse>.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 GetbymerchantorderidRequest : ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>, IClientServiceRequest<OrdersGetByMerchantOrderIdResponse>, IClientServiceRequest

Constructors

GetbymerchantorderidRequest(IClientService, UInt64, String)

Constructs a new Getbymerchantorderid request.

Declaration
public GetbymerchantorderidRequest(IClientService service, ulong merchantId, string merchantOrderId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.UInt64 merchantId
System.String merchantOrderId

Properties

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.OrdersGetByMerchantOrderIdResponse>.HttpMethod

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

MerchantOrderId

The merchant order ID to be looked for.

Declaration
[RequestParameter("merchantOrderId", RequestParameterType.Path)]
public virtual string MerchantOrderId { get; }
Property Value
Type Description
System.String

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.OrdersGetByMerchantOrderIdResponse>.MethodName

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.OrdersGetByMerchantOrderIdResponse>.RestPath

Methods

InitParameters()

Initializes Getbymerchantorderid parameter list.

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

Implements

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