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

Contents

Description

Retrieves or modifies multiple orders in a single request. This method can only be called for non-multi-client accounts.

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

Synopsis

REST Resource

type OrdersCustombatchResource = "content" :> ("v2" :> ("orders" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] OrdersCustomBatchRequest :> Post '[JSON] OrdersCustomBatchResponse))))) Source #

A resource alias for content.orders.custombatch method which the OrdersCustombatch request conforms to.

Creating a Request

ordersCustombatch Source #

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

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

data OrdersCustombatch Source #

Retrieves or modifies multiple orders in a single request. This method can only be called for non-multi-client accounts.

See: ordersCustombatch smart constructor.

Instances

Eq OrdersCustombatch Source # 
Data OrdersCustombatch Source # 

Methods

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

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

toConstr :: OrdersCustombatch -> Constr #

dataTypeOf :: OrdersCustombatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OrdersCustombatch Source # 
Generic OrdersCustombatch Source # 
GoogleRequest OrdersCustombatch Source # 
type Rep OrdersCustombatch Source # 
type Rep OrdersCustombatch = D1 (MetaData "OrdersCustombatch" "Network.Google.Resource.Content.Orders.Custombatch" "gogol-shopping-content-0.2.0-1pAj2oGpAMt4E1jFF0ipBE" True) (C1 (MetaCons "OrdersCustombatch'" PrefixI True) (S1 (MetaSel (Just Symbol "_ocPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 OrdersCustomBatchRequest)))
type Scopes OrdersCustombatch Source # 
type Scopes OrdersCustombatch = (:) Symbol "https://www.googleapis.com/auth/content" ([] Symbol)
type Rs OrdersCustombatch Source # 

Request Lenses