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

Contents

Description

Retrieves an order using merchant order id.

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

Synopsis

REST Resource

type OrdersGetbymerchantOrderidResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("ordersbymerchantid" :> (Capture "merchantOrderId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` OrdersGetByMerchantOrderIdResponse))))) Source

A resource alias for content.orders.getbymerchantorderid method which the OrdersGetbymerchantOrderid request conforms to.

Creating a Request

ordersGetbymerchantOrderid Source

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

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

Request Lenses

ogogMerchantId :: Lens' OrdersGetbymerchantOrderid Word64 Source

The ID of the managing account.

ogogMerchantOrderId :: Lens' OrdersGetbymerchantOrderid Text Source

The merchant order id to be looked for.