GoogleApi.Content.V21.Model.RegionalinventoryCustomBatchRequestEntry (google_api_content v0.49.0) 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) - Method of the batch request entry. Acceptable values are: - "insert" -
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
Specs
t() :: %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
Specs
Unwrap a decoded JSON object into its complex fields.