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.List

Contents

Description

Lists the shipping settings of the sub-accounts in your Merchant Center account. This method can only be called for multi-client accounts.

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

Synopsis

REST Resource

type AccountshippingListResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("accountshipping" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] AccountshippingListResponse)))))) Source #

A resource alias for content.accountshipping.list method which the AccountshippingList request conforms to.

Creating a Request

accountshippingList Source #

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

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

data AccountshippingList Source #

Lists the shipping settings of the sub-accounts in your Merchant Center account. This method can only be called for multi-client accounts.

See: accountshippingList smart constructor.

Instances

Eq AccountshippingList Source # 
Data AccountshippingList Source # 

Methods

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

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

toConstr :: AccountshippingList -> Constr #

dataTypeOf :: AccountshippingList -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

al1MerchantId :: Lens' AccountshippingList Word64 Source #

The ID of the managing account.

al1PageToken :: Lens' AccountshippingList (Maybe Text) Source #

The token returned by the previous request.

al1MaxResults :: Lens' AccountshippingList (Maybe Word32) Source #

The maximum number of shipping settings to return in the response, used for paging.