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

Contents

Description

Retrieves a product from your Merchant Center account.

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

Synopsis

REST Resource

type ProductsGetResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("products" :> (Capture "productId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Product))))) Source

A resource alias for content.products.get method which the ProductsGet request conforms to.

Creating a Request

productsGet Source

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

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

data ProductsGet Source

Retrieves a product from your Merchant Center account.

See: productsGet smart constructor.

Request Lenses

pggMerchantId :: Lens' ProductsGet Word64 Source

The ID of the managing account.

pggProductId :: Lens' ProductsGet Text Source

The ID of the product.