Class OrderreturnsResource
The "orderreturns" collection of methods.
Inherited Members
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, ulong, 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. |
| ulong | merchantId | The ID of the account that manages the order. This cannot be a multi-client account. |
| string | returnId | The ID of the return. |
Returns
| Type | Description |
|---|---|
| OrderreturnsResource.AcknowledgeRequest |
Createorderreturn(OrderreturnsCreateOrderReturnRequest, ulong)
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. |
| ulong | merchantId | The ID of the account that manages the order. This cannot be a multi-client account. |
Returns
| Type | Description |
|---|---|
| OrderreturnsResource.CreateorderreturnRequest |
Get(ulong, string)
Retrieves an order return from your Merchant Center account.
Declaration
public virtual OrderreturnsResource.GetRequest Get(ulong merchantId, string returnId)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | merchantId | The ID of the account that manages the order. This cannot be a multi-client account. |
| string | returnId | Merchant order return ID generated by Google. |
Returns
| Type | Description |
|---|---|
| OrderreturnsResource.GetRequest |
List(ulong)
Lists order returns in your Merchant Center account.
Declaration
public virtual OrderreturnsResource.ListRequest List(ulong merchantId)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | merchantId | The ID of the account that manages the order. This cannot be a multi-client account. |
Returns
| Type | Description |
|---|---|
| OrderreturnsResource.ListRequest |
Process(OrderreturnsProcessRequest, ulong, 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. |
| ulong | merchantId | The ID of the account that manages the order. This cannot be a multi-client account. |
| string | returnId | The ID of the return. |
Returns
| Type | Description |
|---|---|
| OrderreturnsResource.ProcessRequest |