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
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class OrderreturnsResource

Constructors

OrderreturnsResource(IClientService)

Constructs a new resource.

Declaration
public OrderreturnsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

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
In This Article
Back to top