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

Contents

Description

Cancels a line item.

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

Synopsis

REST Resource

type OrdersCancellineitemResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("orders" :> (Capture "orderId" Text :> ("cancelLineItem" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` OrdersCancelLineItemRequest :> Post `[JSON]` OrdersCancelLineItemResponse))))))) Source

A resource alias for content.orders.cancellineitem method which the OrdersCancellineitem request conforms to.

Creating a Request

ordersCancellineitem Source

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

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

Request Lenses

ordMerchantId :: Lens' OrdersCancellineitem Word64 Source

The ID of the managing account.