gogol-shopping-content-0.0.1: Google Content API for Shopping SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Content.Products.Custombatch

Contents

Description

Retrieves, inserts, and deletes multiple products in a single request.

See: Content API for Shopping Reference for content.products.custombatch.

Synopsis

REST Resource

type ProductsCustombatchResource = "content" :> ("v2" :> ("products" :> ("batch" :> (QueryParam "dryRun" Bool :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` ProductsCustomBatchRequest :> Post `[JSON]` ProductsCustomBatchResponse)))))) Source

A resource alias for content.products.custombatch method which the ProductsCustombatch request conforms to.

Creating a Request

productsCustombatch Source

Creates a value of ProductsCustombatch with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

pcDryRun :: Lens' ProductsCustombatch (Maybe Bool) Source

Flag to run the request in dry-run mode.