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.Datafeeds.Patch

Contents

Description

Updates a datafeed of your Merchant Center account. This method supports patch semantics.

See: Content API for Shopping Reference for content.datafeeds.patch.

Synopsis

REST Resource

type DatafeedsPatchResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("datafeeds" :> (Capture "datafeedId" (Textual Word64) :> (QueryParam "dryRun" Bool :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Datafeed :> Patch `[JSON]` Datafeed))))))) Source

A resource alias for content.datafeeds.patch method which the DatafeedsPatch request conforms to.

Creating a Request

datafeedsPatch Source

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

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

data DatafeedsPatch Source

Updates a datafeed of your Merchant Center account. This method supports patch semantics.

See: datafeedsPatch smart constructor.

Request Lenses

dpPayload :: Lens' DatafeedsPatch Datafeed Source

Multipart request metadata.

dpDryRun :: Lens' DatafeedsPatch (Maybe Bool) Source

Flag to run the request in dry-run mode.