gogol-shopping-content-0.1.1: 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.ShippingSettings.List

Contents

Description

Lists the shipping settings of the sub-accounts in your Merchant Center account.

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

Synopsis

REST Resource

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

A resource alias for content.shippingsettings.list method which the ShippingSettingsList request conforms to.

Creating a Request

shippingSettingsList Source #

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

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

data ShippingSettingsList Source #

Lists the shipping settings of the sub-accounts in your Merchant Center account.

See: shippingSettingsList smart constructor.

Instances

Eq ShippingSettingsList Source # 
Data ShippingSettingsList Source # 

Methods

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

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

toConstr :: ShippingSettingsList -> Constr #

dataTypeOf :: ShippingSettingsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ShippingSettingsList Source # 
Generic ShippingSettingsList Source # 
GoogleRequest ShippingSettingsList Source # 
type Rep ShippingSettingsList Source # 
type Rep ShippingSettingsList = D1 (MetaData "ShippingSettingsList" "Network.Google.Resource.Content.ShippingSettings.List" "gogol-shopping-content-0.1.1-29WHQG6JiPy8ClAOaTtAzJ" False) (C1 (MetaCons "ShippingSettingsList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sslMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64))) ((:*:) (S1 (MetaSel (Just Symbol "_sslPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sslMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))))))
type Scopes ShippingSettingsList Source # 
type Scopes ShippingSettingsList = (:) Symbol "https://www.googleapis.com/auth/content" ([] Symbol)
type Rs ShippingSettingsList Source # 

Request Lenses

sslMerchantId :: Lens' ShippingSettingsList Word64 Source #

The ID of the managing account.

sslPageToken :: Lens' ShippingSettingsList (Maybe Text) Source #

The token returned by the previous request.

sslMaxResults :: Lens' ShippingSettingsList (Maybe Word32) Source #

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