Class OrdersResource.GetbymerchantorderidRequest
Retrieves an order using merchant order ID.
Inheritance
OrdersResource.GetbymerchantorderidRequest
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrdersResource.GetbymerchantorderidRequest : ShoppingContentBaseServiceRequest<OrdersGetByMerchantOrderIdResponse>, IClientServiceRequest<OrdersGetByMerchantOrderIdResponse>, IClientServiceRequest
Constructors
GetbymerchantorderidRequest(IClientService, ulong, string)
Constructs a new Getbymerchantorderid request.
Declaration
public GetbymerchantorderidRequest(IClientService service, ulong merchantId, string merchantOrderId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ulong | merchantId | |
string | merchantOrderId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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 |
---|---|
ulong |
MerchantOrderId
The merchant order ID to be looked for.
Declaration
[RequestParameter("merchantOrderId", RequestParameterType.Path)]
public virtual string MerchantOrderId { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Getbymerchantorderid parameter list.
Declaration
protected override void InitParameters()