google_api_content v0.29.1 GoogleApi.Content.V2.Model.InventoryCustomBatchRequestEntry View Source
A batch entry encoding a single non-batch inventory request.
Attributes
batchId
(type:integer()
, default:nil
) - An entry ID, unique within the batch request.inventory
(type:GoogleApi.Content.V2.Model.Inventory.t
, default:nil
) - Price and availability of the product.merchantId
(type:String.t
, default:nil
) - The ID of the managing account.productId
(type:String.t
, default:nil
) - The ID of the product for which to update price and availability.storeCode
(type:String.t
, default:nil
) - The code of the store for which to update price and availability. Useonline
to update price and availability of an online product.
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 Sourcet() :: %GoogleApi.Content.V2.Model.InventoryCustomBatchRequestEntry{ batchId: integer(), inventory: GoogleApi.Content.V2.Model.Inventory.t(), merchantId: String.t(), productId: String.t(), storeCode: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.