Show / Hide Table of Contents

Class ProductstatusesResource

The "productstatuses" collection of methods.

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

Constructors

ProductstatusesResource(IClientService)

Constructs a new resource.

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

Methods

Custombatch(ProductstatusesCustomBatchRequest)

Gets the statuses of multiple products in a single request.

Declaration
public virtual ProductstatusesResource.CustombatchRequest Custombatch(ProductstatusesCustomBatchRequest body)
Parameters
Type Name Description
ProductstatusesCustomBatchRequest body

The body of the request.

Returns
Type Description
ProductstatusesResource.CustombatchRequest

Get(UInt64, String)

Gets the status of a product from your Merchant Center account.

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

The ID of the account that contains the product. This account cannot be a multi-client account.

System.String productId

The REST ID of the product.

Returns
Type Description
ProductstatusesResource.GetRequest

List(UInt64)

Lists the statuses of the products in your Merchant Center account.

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

The ID of the account that contains the products. This account cannot be a multi-client account.

Returns
Type Description
ProductstatusesResource.ListRequest
In This Article
Back to top