Class ProductdeliverytimeResource
The "productdeliverytime" collection of methods.
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductdeliverytimeResource
Constructors
ProductdeliverytimeResource(IClientService)
Constructs a new resource.
Declaration
public ProductdeliverytimeResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(ProductDeliveryTime, long)
Creates or updates the delivery time of a product.
Declaration
public virtual ProductdeliverytimeResource.CreateRequest Create(ProductDeliveryTime body, long merchantId)
Parameters
Type | Name | Description |
---|---|---|
ProductDeliveryTime | body | The body of the request. |
long | merchantId | The Google merchant ID of the account that contains the product. This account cannot be a multi-client account. |
Returns
Type | Description |
---|---|
ProductdeliverytimeResource.CreateRequest |
Delete(long, string)
Deletes the delivery time of a product.
Declaration
public virtual ProductdeliverytimeResource.DeleteRequest Delete(long merchantId, string productId)
Parameters
Type | Name | Description |
---|---|---|
long | merchantId | Required. The Google merchant ID of the account that contains the product. This account cannot be a multi-client account. |
string | productId | Required. The Content API ID of the product, in the form |
Returns
Type | Description |
---|---|
ProductdeliverytimeResource.DeleteRequest |
Get(long, string)
Gets productDeliveryTime
by productId
.
Declaration
public virtual ProductdeliverytimeResource.GetRequest Get(long merchantId, string productId)
Parameters
Type | Name | Description |
---|---|---|
long | merchantId | Required. The Google merchant ID of the account that contains the product. This account cannot be a multi-client account. |
string | productId | Required. The Content API ID of the product, in the form |
Returns
Type | Description |
---|---|
ProductdeliverytimeResource.GetRequest |