Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type ContentProductdeliverytimeCreateResource = "content" :> "v2.1" :> Capture "merchantId" Int64 :> "productdeliverytime" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] ProductDeliveryTime :> Post '[JSON] ProductDeliveryTime

    gogol-shopping-content Gogol.ShoppingContent

    A resource alias for content.productdeliverytime.create method which the ContentProductdeliverytimeCreate request conforms to.

  2. data ContentProductdeliverytimeDelete

    gogol-shopping-content Gogol.ShoppingContent

    Deletes the delivery time of a product. See: newContentProductdeliverytimeDelete smart constructor.

  3. ContentProductdeliverytimeDelete :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Int64 -> Text -> Maybe Text -> Maybe Text -> ContentProductdeliverytimeDelete

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  4. type ContentProductdeliverytimeDeleteResource = "content" :> "v2.1" :> Capture "merchantId" Int64 :> "productdeliverytime" :> Capture "productId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Delete '[JSON] ()

    gogol-shopping-content Gogol.ShoppingContent

    A resource alias for content.productdeliverytime.delete method which the ContentProductdeliverytimeDelete request conforms to.

  5. data ContentProductdeliverytimeGet

    gogol-shopping-content Gogol.ShoppingContent

    Gets productDeliveryTime by productId. See: newContentProductdeliverytimeGet smart constructor.

  6. ContentProductdeliverytimeGet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Int64 -> Text -> Maybe Text -> Maybe Text -> ContentProductdeliverytimeGet

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  7. type ContentProductdeliverytimeGetResource = "content" :> "v2.1" :> Capture "merchantId" Int64 :> "productdeliverytime" :> Capture "productId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ProductDeliveryTime

    gogol-shopping-content Gogol.ShoppingContent

    A resource alias for content.productdeliverytime.get method which the ContentProductdeliverytimeGet request conforms to.

  8. data ContentProductsCustombatch

    gogol-shopping-content Gogol.ShoppingContent

    Retrieves, inserts, and deletes multiple products in a single request. See: newContentProductsCustombatch smart constructor.

  9. ContentProductsCustombatch :: Maybe Xgafv -> Maybe Text -> Maybe Text -> ProductsCustomBatchRequest -> Maybe Text -> Maybe Text -> ContentProductsCustombatch

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  10. type ContentProductsCustombatchResource = "content" :> "v2.1" :> "products" :> "batch" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] ProductsCustomBatchRequest :> Post '[JSON] ProductsCustomBatchResponse

    gogol-shopping-content Gogol.ShoppingContent

    A resource alias for content.products.custombatch method which the ContentProductsCustombatch request conforms to.

Page 213 of many | Previous | Next