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

Contents

Description

Lists the statuses of the products in your Merchant Center account. This method can only be called for non-multi-client accounts.

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

Synopsis

REST Resource

type ProductstatusesListResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("productstatuses" :> (QueryParam "includeInvalidInsertedItems" Bool :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ProductstatusesListResponse))))))) Source #

A resource alias for content.productstatuses.list method which the ProductstatusesList request conforms to.

Creating a Request

productstatusesList Source #

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

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

data ProductstatusesList Source #

Lists the statuses of the products in your Merchant Center account. This method can only be called for non-multi-client accounts.

See: productstatusesList smart constructor.

Instances

Eq ProductstatusesList Source # 
Data ProductstatusesList Source # 

Methods

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

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

toConstr :: ProductstatusesList -> Constr #

dataTypeOf :: ProductstatusesList -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

plMerchantId :: Lens' ProductstatusesList Word64 Source #

The ID of the managing account.

plIncludeInvalidInsertedItems :: Lens' ProductstatusesList (Maybe Bool) Source #

Flag to include the invalid inserted items in the result of the list request. By default the invalid items are not shown (the default value is false).

plPageToken :: Lens' ProductstatusesList (Maybe Text) Source #

The token returned by the previous request.

plMaxResults :: Lens' ProductstatusesList (Maybe Word32) Source #

The maximum number of product statuses to return in the response, used for paging.