GoogleApi.Content.V21.Model.ProductsCustomBatchRequestEntry (google_api_content v0.51.0) View Source
A batch entry encoding a single non-batch products request.
Attributes
-
batchId
(type:integer()
, default:nil
) - An entry ID, unique within the batch request. -
feedId
(type:String.t
, default:nil
) - The Content API feed id. -
merchantId
(type:String.t
, default:nil
) - The ID of the managing account. -
method
(type:String.t
, default:nil
) - The method of the batch entry. Acceptable values are: - "delete
" - "get
" - "insert
" -
product
(type:GoogleApi.Content.V21.Model.Product.t
, default:nil
) - The product to insert. Only required if the method isinsert
. -
productId
(type:String.t
, default:nil
) - The ID of the product to get or delete. Only defined if the method isget
ordelete
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.