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

Contents

Description

Lists the shipping settings of the sub-accounts in your Merchant Center account.

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

Synopsis

REST Resource

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

A resource alias for content.accountshipping.list method which the AccountshippingList request conforms to.

Creating a Request

accountshippingList Source

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

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

Request Lenses

al1MerchantId :: Lens' AccountshippingList Word64 Source

The ID of the managing account.

al1PageToken :: Lens' AccountshippingList (Maybe Text) Source

The token returned by the previous request.

al1MaxResults :: Lens' AccountshippingList (Maybe Word32) Source

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