Class CollectionstatusesResource
The "collectionstatuses" collection of methods.
Inherited Members
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(long, 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 |
---|---|---|
long | merchantId | Required. The ID of the account that contains the collection. This account cannot be a multi-client account. |
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(long)
Lists the statuses of the collections in your Merchant Center account.
Declaration
public virtual CollectionstatusesResource.ListRequest List(long merchantId)
Parameters
Type | Name | Description |
---|---|---|
long | merchantId | Required. The ID of the account that contains the collection. This account cannot be a multi-client account. |
Returns
Type | Description |
---|---|
CollectionstatusesResource.ListRequest |