gogol-shopping-content-0.5.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.Get

Contents

Description

Retrieves information about the given store.

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

Synopsis

REST Resource

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

A resource alias for content.pos.get method which the PosGet request conforms to.

Creating a Request

posGet Source #

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

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

data PosGet Source #

Retrieves information about the given store.

See: posGet smart constructor.

Instances
Eq PosGet Source # 
Instance details

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

Methods

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

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

Data PosGet Source # 
Instance details

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

Methods

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

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

toConstr :: PosGet -> Constr #

dataTypeOf :: PosGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PosGet Source # 
Instance details

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

Generic PosGet Source # 
Instance details

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

Associated Types

type Rep PosGet :: Type -> Type #

Methods

from :: PosGet -> Rep PosGet x #

to :: Rep PosGet x -> PosGet #

GoogleRequest PosGet Source # 
Instance details

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

Associated Types

type Rs PosGet :: Type #

type Scopes PosGet :: [Symbol] #

type Rep PosGet Source # 
Instance details

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

type Rep PosGet = D1 (MetaData "PosGet" "Network.Google.Resource.Content.Pos.Get" "gogol-shopping-content-0.5.0-JEbpzNrc2lB7bX2emYTGER" False) (C1 (MetaCons "PosGet'" PrefixI True) (S1 (MetaSel (Just "_pMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64)) :*: (S1 (MetaSel (Just "_pStoreCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pTargetMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64)))))
type Scopes PosGet Source # 
Instance details

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

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

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

Request Lenses

pMerchantId :: Lens' PosGet Word64 Source #

The ID of the POS or inventory data provider.

pStoreCode :: Lens' PosGet Text Source #

A store code that is unique per merchant.

pTargetMerchantId :: Lens' PosGet Word64 Source #

The ID of the target merchant.