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

Contents

Description

Lists the statuses of the datafeeds in your Merchant Center account.

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

Synopsis

REST Resource

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

A resource alias for content.datafeedstatuses.list method which the DatafeedstatusesList request conforms to.

Creating a Request

datafeedstatusesList Source

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

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

Request Lenses

dlMerchantId :: Lens' DatafeedstatusesList Word64 Source

The ID of the managing account.

dlPageToken :: Lens' DatafeedstatusesList (Maybe Text) Source

The token returned by the previous request.

dlMaxResults :: Lens' DatafeedstatusesList (Maybe Word32) Source

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