gogol-manufacturers-0.3.0: Google Manufacturer Center 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.Manufacturers.Accounts.Products.List

Contents

Description

Lists all the products in a Manufacturer Center account.

See: Manufacturer Center API Reference for manufacturers.accounts.products.list.

Synopsis

REST Resource

type AccountsProductsListResource = "v1" :> (Capture "parent" Text :> ("products" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListProductsResponse)))))))))))) Source #

A resource alias for manufacturers.accounts.products.list method which the AccountsProductsList request conforms to.

Creating a Request

accountsProductsList Source #

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

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

data AccountsProductsList Source #

Lists all the products in a Manufacturer Center account.

See: accountsProductsList smart constructor.

Instances

Eq AccountsProductsList Source # 
Data AccountsProductsList Source # 

Methods

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

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

toConstr :: AccountsProductsList -> Constr #

dataTypeOf :: AccountsProductsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsProductsList Source # 
Generic AccountsProductsList Source # 
GoogleRequest AccountsProductsList Source # 
type Rep AccountsProductsList Source # 
type Scopes AccountsProductsList Source # 
type Scopes AccountsProductsList = (:) Symbol "https://www.googleapis.com/auth/manufacturercenter" ([] Symbol)
type Rs AccountsProductsList Source # 

Request Lenses

aplParent :: Lens' AccountsProductsList Text Source #

Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account.

aplUploadProtocol :: Lens' AccountsProductsList (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

aplPp :: Lens' AccountsProductsList Bool Source #

Pretty-print response.

aplUploadType :: Lens' AccountsProductsList (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

aplPageToken :: Lens' AccountsProductsList (Maybe Text) Source #

The token returned by the previous request.

aplPageSize :: Lens' AccountsProductsList (Maybe Int32) Source #

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