gogol-shopping-content-0.4.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.Pos.List

Contents

Description

Lists the stores of the target merchant.

See: Content API for Shopping Reference for content.pos.list.

Synopsis

REST Resource

type PosListResource = "content" :> ("v2.1" :> (Capture "merchantId" (Textual Word64) :> ("pos" :> (Capture "targetMerchantId" (Textual Word64) :> ("store" :> (QueryParam "alt" AltJSON :> Get '[JSON] PosListResponse)))))) Source #

A resource alias for content.pos.list method which the PosList request conforms to.

Creating a Request

posList Source #

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

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

data PosList Source #

Lists the stores of the target merchant.

See: posList smart constructor.

Instances
Eq PosList Source # 
Instance details

Defined in Network.Google.Resource.Content.Pos.List

Methods

(==) :: PosList -> PosList -> Bool #

(/=) :: PosList -> PosList -> Bool #

Data PosList Source # 
Instance details

Defined in Network.Google.Resource.Content.Pos.List

Methods

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

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

toConstr :: PosList -> Constr #

dataTypeOf :: PosList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PosList Source # 
Instance details

Defined in Network.Google.Resource.Content.Pos.List

Generic PosList Source # 
Instance details

Defined in Network.Google.Resource.Content.Pos.List

Associated Types

type Rep PosList :: Type -> Type #

Methods

from :: PosList -> Rep PosList x #

to :: Rep PosList x -> PosList #

GoogleRequest PosList Source # 
Instance details

Defined in Network.Google.Resource.Content.Pos.List

Associated Types

type Rs PosList :: Type #

type Scopes PosList :: [Symbol] #

type Rep PosList Source # 
Instance details

Defined in Network.Google.Resource.Content.Pos.List

type Rep PosList = D1 (MetaData "PosList" "Network.Google.Resource.Content.Pos.List" "gogol-shopping-content-0.4.0-BIsXJOofTh8GkBklIAn8Hh" False) (C1 (MetaCons "PosList'" PrefixI True) (S1 (MetaSel (Just "_posMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64)) :*: S1 (MetaSel (Just "_posTargetMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64))))
type Scopes PosList Source # 
Instance details

Defined in Network.Google.Resource.Content.Pos.List

type Scopes PosList = "https://www.googleapis.com/auth/content" ': ([] :: [Symbol])
type Rs PosList Source # 
Instance details

Defined in Network.Google.Resource.Content.Pos.List

Request Lenses

posMerchantId :: Lens' PosList Word64 Source #

The ID of the POS or inventory data provider.

posTargetMerchantId :: Lens' PosList Word64 Source #

The ID of the target merchant.