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.Inventory.Custombatch

Contents

Description

Updates price and availability for multiple products or stores in a single request. This operation does not update the expiration date of the products.

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

Synopsis

REST Resource

type InventoryCustombatchResource = "content" :> ("v2" :> ("inventory" :> ("batch" :> (QueryParam "dryRun" Bool :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` InventoryCustomBatchRequest :> Post `[JSON]` InventoryCustomBatchResponse)))))) Source

A resource alias for content.inventory.custombatch method which the InventoryCustombatch request conforms to.

Creating a Request

inventoryCustombatch Source

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

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

data InventoryCustombatch Source

Updates price and availability for multiple products or stores in a single request. This operation does not update the expiration date of the products.

See: inventoryCustombatch smart constructor.

Request Lenses

icDryRun :: Lens' InventoryCustombatch (Maybe Bool) Source

Flag to run the request in dry-run mode.