View Source GoogleApi.Content.V21.Model.LocalinventoryCustomBatchRequestEntry (google_api_content v0.65.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.LocalinventoryCustomBatchRequestEntry{ batchId: integer() | nil, localInventory: GoogleApi.Content.V21.Model.LocalInventory.t() | nil, merchantId: String.t() | nil, method: String.t() | nil, productId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.