Class OrdersResource.GetbymerchantorderidRequest
Retrieves an order using merchant order ID.
Inheritance
System.Object
OrdersResource.GetbymerchantorderidRequest
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 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 |
---|---|---|
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_1.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_1.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_1.Data.OrdersGetByMerchantOrderIdResponse>.RestPath
Methods
InitParameters()
Initializes Getbymerchantorderid parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.ShoppingContent.v2_1.ShoppingContentBaseServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.OrdersGetByMerchantOrderIdResponse>.InitParameters()