gogol-shopping-content-0.0.1: Google Content API for Shopping SDK.

Copyright(c) 2015 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.Products.List

Contents

Description

Lists the products in your Merchant Center account.

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

Synopsis

REST Resource

type ProductsListResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("products" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` ProductsListResponse)))))) Source

A resource alias for content.products.list method which the ProductsList request conforms to.

Creating a Request

productsList Source

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

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

Request Lenses

proMerchantId :: Lens' ProductsList Word64 Source

The ID of the managing account.

proPageToken :: Lens' ProductsList (Maybe Text) Source

The token returned by the previous request.

proMaxResults :: Lens' ProductsList (Maybe Word32) Source

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