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 |
Retrieves, inserts, and deletes multiple products in a single request.
See: Content API for Shopping Reference for content.products.custombatch
.
Synopsis
- type ProductsCustombatchResource = "content" :> ("v2.1" :> ("products" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ProductsCustomBatchRequest :> Post '[JSON] ProductsCustomBatchResponse)))))
- productsCustombatch :: ProductsCustomBatchRequest -> ProductsCustombatch
- data ProductsCustombatch
- pcPayload :: Lens' ProductsCustombatch ProductsCustomBatchRequest
REST Resource
type ProductsCustombatchResource = "content" :> ("v2.1" :> ("products" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ProductsCustomBatchRequest :> Post '[JSON] ProductsCustomBatchResponse))))) Source #
A resource alias for content.products.custombatch
method which the
ProductsCustombatch
request conforms to.
Creating a Request
Creates a value of ProductsCustombatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProductsCustombatch Source #
Retrieves, inserts, and deletes multiple products in a single request.
See: productsCustombatch
smart constructor.
Instances
Request Lenses
pcPayload :: Lens' ProductsCustombatch ProductsCustomBatchRequest Source #
Multipart request metadata.