Class CollectionstatusesResource
The "collectionstatuses" collection of methods.
Inheritance
System.Object
CollectionstatusesResource
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 CollectionstatusesResource
Constructors
CollectionstatusesResource(IClientService)
Constructs a new resource.
Declaration
public CollectionstatusesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(Int64, String)
Gets the status of a collection from your Merchant Center account.
Declaration
public virtual CollectionstatusesResource.GetRequest Get(long merchantId, string collectionId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | merchantId | Required. The ID of the account that contains the collection. This account cannot be a multi-client account. |
System.String | collectionId | Required. The collectionId of the collection. CollectionId is the same as the REST ID of the collection. |
Returns
Type | Description |
---|---|
CollectionstatusesResource.GetRequest |
List(Int64)
Lists the statuses of the collections in your Merchant Center account.
Declaration
public virtual CollectionstatusesResource.ListRequest List(long merchantId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | merchantId | Required. The ID of the account that contains the collection. This account cannot be a multi-client account. |
Returns
Type | Description |
---|---|
CollectionstatusesResource.ListRequest |