GoogleApi.Content.V21.Model.LocalInventory (google_api_content v0.52.0) View Source
Local inventory resource. For accepted attribute values, see the local product inventory feed specification.
Attributes
-
availability
(type:String.t
, default:nil
) - Availability of the product. For accepted attribute values, see the local product inventory feed specification. -
instoreProductLocation
(type:String.t
, default:nil
) - In-store product location. -
kind
(type:String.t
, default:nil
) - Identifies what kind of resource this is. Value: the fixed string "content#localInventory
" -
pickupMethod
(type:String.t
, default:nil
) - Supported pickup method for this offer. Unless the value is "not supported", this field must be submitted together withpickupSla
. For accepted attribute values, see the local product inventory feed // specification. -
pickupSla
(type:String.t
, default:nil
) - Expected date that an order will be ready for pickup relative to the order date. Must be submitted together withpickupMethod
. For accepted attribute values, see the local product inventory feed specification. -
price
(type:GoogleApi.Content.V21.Model.Price.t
, default:nil
) - Price of the product. -
quantity
(type:integer()
, default:nil
) - Quantity of the product. Must be nonnegative. -
salePrice
(type:GoogleApi.Content.V21.Model.Price.t
, default:nil
) - Sale price of the product. Mandatory ifsale_price_effective_date
is defined. -
salePriceEffectiveDate
(type:String.t
, default:nil
) - A date range represented by a pair of ISO 8601 dates separated by a space, comma, or slash. Both dates may be specified as 'null' if undecided. -
storeCode
(type:String.t
, default:nil
) - Required. Store code of this local inventory resource.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.LocalInventory{ availability: String.t(), instoreProductLocation: String.t(), kind: String.t(), pickupMethod: String.t(), pickupSla: String.t(), price: GoogleApi.Content.V21.Model.Price.t(), quantity: integer(), salePrice: GoogleApi.Content.V21.Model.Price.t(), salePriceEffectiveDate: String.t(), storeCode: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.