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