Class ProductstatusesResource
The "productstatuses" collection of methods.
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductstatusesResource
Constructors
ProductstatusesResource(IClientService)
Constructs a new resource.
Declaration
public ProductstatusesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
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(ulong, 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 |
---|---|---|
ulong | merchantId | The ID of the account that contains the product. This account cannot be a multi-client account. |
string | productId | The REST ID of the product. |
Returns
Type | Description |
---|---|
ProductstatusesResource.GetRequest |
List(ulong)
Lists the statuses of the products in your Merchant Center account.
Declaration
public virtual ProductstatusesResource.ListRequest List(ulong merchantId)
Parameters
Type | Name | Description |
---|---|---|
ulong | merchantId | The ID of the account that contains the products. This account cannot be a multi-client account. |
Returns
Type | Description |
---|---|
ProductstatusesResource.ListRequest |