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

Contents

Description

Retrieves an order from your Merchant Center account.

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

Synopsis

REST Resource

type OrdersGetResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("orders" :> (Capture "orderId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Order))))) Source

A resource alias for content.orders.get method which the OrdersGet request conforms to.

Creating a Request

ordersGet Source

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

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

data OrdersGet Source

Retrieves an order from your Merchant Center account.

See: ordersGet smart constructor.

Request Lenses

ogMerchantId :: Lens' OrdersGet Word64 Source

The ID of the managing account.

ogOrderId :: Lens' OrdersGet Text Source

The ID of the order.