View Source GoogleApi.Content.V21.Model.ProductDeliveryTime (google_api_content v0.71.0)
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.
Attributes
-
areaDeliveryTimes(type:list(GoogleApi.Content.V21.Model.ProductDeliveryTimeAreaDeliveryTime.t), default:nil) - Required. A set of associations betweenDeliveryAreaandDeliveryTimeentries. The total number ofareaDeliveryTimescan be at most 100. -
productId(type:GoogleApi.Content.V21.Model.ProductId.t, default:nil) - Required. Theidof the product.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.ProductDeliveryTime{ areaDeliveryTimes: [GoogleApi.Content.V21.Model.ProductDeliveryTimeAreaDeliveryTime.t()] | nil, productId: GoogleApi.Content.V21.Model.ProductId.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.