Show / Hide Table of Contents

Class ProductdeliverytimeResource

The "productdeliverytime" collection of methods.

Inheritance
object
ProductdeliverytimeResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 channel:contentLanguage:targetCountry:offerId.

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 channel:contentLanguage:targetCountry:offerId.

Returns
Type Description
ProductdeliverytimeResource.GetRequest
In this article
Back to top Generated by DocFX