Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Marks line item(s) as shipped.
See: Content API for Shopping Reference for content.orders.shiplineitems
.
- type OrdersShiplineitemsResource = "content" :> ("v2" :> (Capture "merchantId" (Textual Word64) :> ("orders" :> (Capture "orderId" Text :> ("shipLineItems" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] OrdersShipLineItemsRequest :> Post '[JSON] OrdersShipLineItemsResponse)))))))
- ordersShiplineitems :: Word64 -> OrdersShipLineItemsRequest -> Text -> OrdersShiplineitems
- data OrdersShiplineitems
- osMerchantId :: Lens' OrdersShiplineitems Word64
- osPayload :: Lens' OrdersShiplineitems OrdersShipLineItemsRequest
- osOrderId :: Lens' OrdersShiplineitems Text
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
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:
data OrdersShiplineitems Source #
Marks line item(s) as shipped.
See: ordersShiplineitems
smart constructor.
Request Lenses
osMerchantId :: Lens' OrdersShiplineitems Word64 Source #
The ID of the managing account.
osPayload :: Lens' OrdersShiplineitems OrdersShipLineItemsRequest Source #
Multipart request metadata.