google_api_content v0.22.0 GoogleApi.Content.V21.Model.RegionalinventoryCustomBatchRequestEntry View Source
A batch entry encoding a single non-batch regional inventory request.
Attributes
batchId
(type:integer()
, default:nil
) - An entry ID, unique within the batch request.merchantId
(type:String.t
, default:nil
) - The ID of the managing account.method
(type:String.t
, default:nil
) -productId
(type:String.t
, default:nil
) - The ID of the product for which to update price and availability.regionalInventory
(type:GoogleApi.Content.V21.Model.RegionalInventory.t
, default:nil
) - Price and availability of the 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.V21.Model.RegionalinventoryCustomBatchRequestEntry{ batchId: integer(), merchantId: String.t(), method: String.t(), productId: String.t(), regionalInventory: GoogleApi.Content.V21.Model.RegionalInventory.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.