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 and updates the shipping settings of multiple accounts in a single request.
See: Content API for Shopping Reference for content.shippingsettings.custombatch
.
Synopsis
- type ShippingSettingsCustombatchResource = "content" :> ("v2.1" :> ("shippingsettings" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ShippingSettingsCustomBatchRequest :> Post '[JSON] ShippingSettingsCustomBatchResponse)))))
- shippingSettingsCustombatch :: ShippingSettingsCustomBatchRequest -> ShippingSettingsCustombatch
- data ShippingSettingsCustombatch
- sscPayload :: Lens' ShippingSettingsCustombatch ShippingSettingsCustomBatchRequest
REST Resource
type ShippingSettingsCustombatchResource = "content" :> ("v2.1" :> ("shippingsettings" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ShippingSettingsCustomBatchRequest :> Post '[JSON] ShippingSettingsCustomBatchResponse))))) Source #
A resource alias for content.shippingsettings.custombatch
method which the
ShippingSettingsCustombatch
request conforms to.
Creating a Request
shippingSettingsCustombatch Source #
Creates a value of ShippingSettingsCustombatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ShippingSettingsCustombatch Source #
Retrieves and updates the shipping settings of multiple accounts in a single request.
See: shippingSettingsCustombatch
smart constructor.
Instances
Request Lenses
sscPayload :: Lens' ShippingSettingsCustombatch ShippingSettingsCustomBatchRequest Source #
Multipart request metadata.