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 |
Registers a datafeed configuration with your Merchant Center account.
See: Content API for Shopping Reference for content.datafeeds.insert
.
Synopsis
- type DatafeedsInsertResource = "content" :> ("v2.1" :> (Capture "merchantId" (Textual Word64) :> ("datafeeds" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Datafeed :> Post '[JSON] Datafeed)))))
- datafeedsInsert :: Word64 -> Datafeed -> DatafeedsInsert
- data DatafeedsInsert
- diMerchantId :: Lens' DatafeedsInsert Word64
- diPayload :: Lens' DatafeedsInsert Datafeed
REST Resource
type DatafeedsInsertResource = "content" :> ("v2.1" :> (Capture "merchantId" (Textual Word64) :> ("datafeeds" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Datafeed :> Post '[JSON] Datafeed))))) Source #
A resource alias for content.datafeeds.insert
method which the
DatafeedsInsert
request conforms to.
Creating a Request
Creates a value of DatafeedsInsert
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DatafeedsInsert Source #
Registers a datafeed configuration with your Merchant Center account.
See: datafeedsInsert
smart constructor.
Instances
Request Lenses
diMerchantId :: Lens' DatafeedsInsert Word64 Source #
The ID of the account that manages the datafeed. This account cannot be a multi-client account.