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.Accounts.Get

Contents

Description

Retrieves a Merchant Center account.

See: Content API for Shopping Reference for content.accounts.get.

Synopsis

REST Resource

type AccountsGetResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("accounts" :> (Capture "accountId" (Textual Word64) :> (QueryParam "alt" AltJSON :> Get `[JSON]` Account))))) Source

A resource alias for content.accounts.get method which the AccountsGet request conforms to.

Creating a Request

accountsGet Source

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

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

Request Lenses

agMerchantId :: Lens' AccountsGet Word64 Source

The ID of the managing account.

agAccountId :: Lens' AccountsGet Word64 Source

The ID of the account.