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

Contents

Description

Retrieves the shipping settings of the account. This method can only be called for accounts to which the managing account has access: either the managing account itself or sub-accounts if the managing account is a multi-client account.

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

Synopsis

REST Resource

type AccountshippingGetResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("accountshipping" :> (Capture "accountId" (Textual Word64) :> (QueryParam "alt" AltJSON :> Get '[JSON] AccountShipping))))) Source #

A resource alias for content.accountshipping.get method which the AccountshippingGet request conforms to.

Creating a Request

accountshippingGet Source #

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

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

data AccountshippingGet Source #

Retrieves the shipping settings of the account. This method can only be called for accounts to which the managing account has access: either the managing account itself or sub-accounts if the managing account is a multi-client account.

See: accountshippingGet smart constructor.

Instances

Eq AccountshippingGet Source # 
Data AccountshippingGet Source # 

Methods

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

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

toConstr :: AccountshippingGet -> Constr #

dataTypeOf :: AccountshippingGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountshippingGet Source # 
Generic AccountshippingGet Source # 
GoogleRequest AccountshippingGet Source # 
type Rep AccountshippingGet Source # 
type Rep AccountshippingGet = D1 (MetaData "AccountshippingGet" "Network.Google.Resource.Content.Accountshipping.Get" "gogol-shopping-content-0.3.0-41TtXTFsjJg1FCE4alRDuM" False) (C1 (MetaCons "AccountshippingGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_acccMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64))) (S1 (MetaSel (Just Symbol "_acccAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64)))))
type Scopes AccountshippingGet Source # 
type Scopes AccountshippingGet = (:) Symbol "https://www.googleapis.com/auth/content" ([] Symbol)
type Rs AccountshippingGet Source # 

Request Lenses

acccMerchantId :: Lens' AccountshippingGet Word64 Source #

The ID of the managing account.

acccAccountId :: Lens' AccountshippingGet Word64 Source #

The ID of the account for which to get/update account shipping settings.