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

Copyright(c) 2015-2016 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. This method can only be called for non-multi-client accounts.

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:

data ProductsCustombatch Source #

Retrieves, inserts, and deletes multiple products in a single request. This method can only be called for non-multi-client accounts.

See: productsCustombatch smart constructor.

Instances

Eq ProductsCustombatch Source # 
Data ProductsCustombatch Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProductsCustombatch -> c ProductsCustombatch #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProductsCustombatch #

toConstr :: ProductsCustombatch -> Constr #

dataTypeOf :: ProductsCustombatch -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ProductsCustombatch) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProductsCustombatch) #

gmapT :: (forall b. Data b => b -> b) -> ProductsCustombatch -> ProductsCustombatch #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProductsCustombatch -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProductsCustombatch -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProductsCustombatch -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProductsCustombatch -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProductsCustombatch -> m ProductsCustombatch #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProductsCustombatch -> m ProductsCustombatch #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProductsCustombatch -> m ProductsCustombatch #

Show ProductsCustombatch Source # 
Generic ProductsCustombatch Source # 
GoogleRequest ProductsCustombatch Source # 
type Rep ProductsCustombatch Source # 
type Rep ProductsCustombatch = D1 (MetaData "ProductsCustombatch" "Network.Google.Resource.Content.Products.Custombatch" "gogol-shopping-content-0.2.0-1pAj2oGpAMt4E1jFF0ipBE" False) (C1 (MetaCons "ProductsCustombatch'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pcPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ProductsCustomBatchRequest)) (S1 (MetaSel (Just Symbol "_pcDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))
type Scopes ProductsCustombatch Source # 
type Scopes ProductsCustombatch = (:) Symbol "https://www.googleapis.com/auth/content" ([] Symbol)
type Rs ProductsCustombatch Source # 

Request Lenses

pcDryRun :: Lens' ProductsCustombatch (Maybe Bool) Source #

Flag to run the request in dry-run mode.