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

Contents

Description

Marks line item(s) as shipped.

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

Synopsis

REST Resource

type OrdersShiplineitemsResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("orders" :> (Capture "orderId" Text :> ("shipLineItems" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` OrdersShipLineItemsRequest :> Post `[JSON]` OrdersShipLineItemsResponse))))))) Source

A resource alias for content.orders.shiplineitems method which the OrdersShiplineitems request conforms to.

Creating a Request

ordersShiplineitems Source

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

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

Request Lenses

osMerchantId :: Lens' OrdersShiplineitems Word64 Source

The ID of the managing account.