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

Contents

Description

Retrieves the shipping settings of the account.

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

Synopsis

REST Resource

type AccountshippingGetResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("accountshipping" :> (Capture "accountId" (Textual Word64) :> (QueryParam "alt" AltJSON :> Get `[JSON]` AccountShipping))))) Source

A resource alias for content.accountshipping.get method which the AccountshippingGet request conforms to.

Creating a Request

accountshippingGet Source

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

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

Request Lenses

acccMerchantId :: Lens' AccountshippingGet Word64 Source

The ID of the managing account.

acccAccountId :: Lens' AccountshippingGet Word64 Source

The ID of the account for which to get/update account shipping settings.