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

Contents

Description

Retrieves and updates the shipping settings of multiple accounts in a single request.

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

Synopsis

REST Resource

type AccountshippingCustombatchResource = "content" :> ("v2" :> ("accountshipping" :> ("batch" :> (QueryParam "dryRun" Bool :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` AccountshippingCustomBatchRequest :> Post `[JSON]` AccountshippingCustomBatchResponse)))))) Source

A resource alias for content.accountshipping.custombatch method which the AccountshippingCustombatch request conforms to.

Creating a Request

accountshippingCustombatch Source

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

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

Request Lenses

acDryRun :: Lens' AccountshippingCustombatch (Maybe Bool) Source

Flag to run the request in dry-run mode.