Show / Hide Table of Contents

Class OrderreturnsResource

The "orderreturns" collection of methods.

Inheritance
System.Object
OrderreturnsResource
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 OrderreturnsResource

Constructors

OrderreturnsResource(IClientService)

Constructs a new resource.

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

Properties

Labels

Gets the Labels resource.

Declaration
public virtual OrderreturnsResource.LabelsResource Labels { get; }
Property Value
Type Description
OrderreturnsResource.LabelsResource

Methods

Acknowledge(OrderreturnsAcknowledgeRequest, UInt64, String)

Acks an order return in your Merchant Center account.

Declaration
public virtual OrderreturnsResource.AcknowledgeRequest Acknowledge(OrderreturnsAcknowledgeRequest body, ulong merchantId, string returnId)
Parameters
Type Name Description
OrderreturnsAcknowledgeRequest body

The body of the request.

System.UInt64 merchantId

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

System.String returnId

The ID of the return.

Returns
Type Description
OrderreturnsResource.AcknowledgeRequest

Createorderreturn(OrderreturnsCreateOrderReturnRequest, UInt64)

Create return in your Merchant Center account.

Declaration
public virtual OrderreturnsResource.CreateorderreturnRequest Createorderreturn(OrderreturnsCreateOrderReturnRequest body, ulong merchantId)
Parameters
Type Name Description
OrderreturnsCreateOrderReturnRequest body

The body of the request.

System.UInt64 merchantId

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

Returns
Type Description
OrderreturnsResource.CreateorderreturnRequest

Get(UInt64, String)

Retrieves an order return from your Merchant Center account.

Declaration
public virtual OrderreturnsResource.GetRequest Get(ulong merchantId, string returnId)
Parameters
Type Name Description
System.UInt64 merchantId

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

System.String returnId

Merchant order return ID generated by Google.

Returns
Type Description
OrderreturnsResource.GetRequest

List(UInt64)

Lists order returns in your Merchant Center account.

Declaration
public virtual OrderreturnsResource.ListRequest List(ulong merchantId)
Parameters
Type Name Description
System.UInt64 merchantId

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

Returns
Type Description
OrderreturnsResource.ListRequest

Process(OrderreturnsProcessRequest, UInt64, String)

Processes return in your Merchant Center account.

Declaration
public virtual OrderreturnsResource.ProcessRequest Process(OrderreturnsProcessRequest body, ulong merchantId, string returnId)
Parameters
Type Name Description
OrderreturnsProcessRequest body

The body of the request.

System.UInt64 merchantId

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

System.String returnId

The ID of the return.

Returns
Type Description
OrderreturnsResource.ProcessRequest
In This Article
Back to top