google_api_content v0.30.0 GoogleApi.Content.V21.Model.LocalinventoryCustomBatchRequestEntry View Source
Batch entry encoding a single local inventory update request.
Attributes
batchId(type:integer(), default:nil) - An entry ID, unique within the batch request.localInventory(type:GoogleApi.Content.V21.Model.LocalInventory.t, default:nil) - Local inventory of the product.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 local inventory.
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.LocalinventoryCustomBatchRequestEntry{
batchId: integer(),
localInventory: GoogleApi.Content.V21.Model.LocalInventory.t(),
merchantId: String.t(),
method: String.t(),
productId: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.