google_api_content v0.4.0 GoogleApi.Content.V2.Model.InventoryCustomBatchRequestEntry View Source

A batch entry encoding a single non-batch inventory request.

Attributes

  • batchId (integer()): An entry ID, unique within the batch request. Defaults to: null.
  • inventory (Inventory): Price and availability of the product. Defaults to: null.
  • merchantId (String.t): The ID of the managing account. Defaults to: null.
  • productId (String.t): The ID of the product for which to update price and availability. Defaults to: null.
  • storeCode (String.t): The code of the store for which to update price and availability. Use online to update price and availability of an online product. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Content.V2.Model.InventoryCustomBatchRequestEntry{
  batchId: any(),
  inventory: GoogleApi.Content.V2.Model.Inventory.t(),
  merchantId: any(),
  productId: any(),
  storeCode: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.