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

Contents

Description

Lists the datafeeds in your Merchant Center account.

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

Synopsis

REST Resource

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

A resource alias for content.datafeeds.list method which the DatafeedsList request conforms to.

Creating a Request

datafeedsList Source

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

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

Request Lenses

datMerchantId :: Lens' DatafeedsList Word64 Source

The ID of the managing account.

datPageToken :: Lens' DatafeedsList (Maybe Text) Source

The token returned by the previous request.

datMaxResults :: Lens' DatafeedsList (Maybe Word32) Source

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