Copyright | (c) 2015 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 and updates the shipping settings of multiple accounts in a single request.
See: Content API for Shopping Reference for content.accountshipping.custombatch
.
- type AccountshippingCustombatchResource = "content" :> ("v2" :> ("accountshipping" :> ("batch" :> (QueryParam "dryRun" Bool :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` AccountshippingCustomBatchRequest :> Post `[JSON]` AccountshippingCustomBatchResponse))))))
- accountshippingCustombatch :: AccountshippingCustomBatchRequest -> AccountshippingCustombatch
- data AccountshippingCustombatch
- acPayload :: Lens' AccountshippingCustombatch AccountshippingCustomBatchRequest
- acDryRun :: Lens' AccountshippingCustombatch (Maybe Bool)
REST Resource
type AccountshippingCustombatchResource = "content" :> ("v2" :> ("accountshipping" :> ("batch" :> (QueryParam "dryRun" Bool :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` AccountshippingCustomBatchRequest :> Post `[JSON]` AccountshippingCustomBatchResponse)))))) Source
A resource alias for content.accountshipping.custombatch
method which the
AccountshippingCustombatch
request conforms to.
Creating a Request
accountshippingCustombatch Source
Creates a value of AccountshippingCustombatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountshippingCustombatch Source
Retrieves and updates the shipping settings of multiple accounts in a single request.
See: accountshippingCustombatch
smart constructor.
Request Lenses
acPayload :: Lens' AccountshippingCustombatch AccountshippingCustomBatchRequest Source
Multipart request metadata.