Class ProductDeliveryTime
The estimated days to deliver a product after an order is placed. Only authorized shipping signals partners
working with a merchant can use this resource. Merchants should use the
products
resource instead.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductDeliveryTime : IDirectResponseSchema
Properties
AreaDeliveryTimes
Required. A set of associations between DeliveryArea
and DeliveryTime
entries. The total number of
areaDeliveryTimes
can be at most 100.
Declaration
[JsonProperty("areaDeliveryTimes")]
public virtual IList<ProductDeliveryTimeAreaDeliveryTime> AreaDeliveryTimes { get; set; }
Property Value
Type | Description |
---|---|
IList<ProductDeliveryTimeAreaDeliveryTime> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
Required. The id
of the product.
Declaration
[JsonProperty("productId")]
public virtual ProductId ProductId { get; set; }
Property Value
Type | Description |
---|---|
ProductId |