Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. 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.Content.Productdeliverytime.Delete

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

  2. newContentProductdeliverytimeDelete :: Int64 -> Text -> ContentProductdeliverytimeDelete

    gogol-shopping-content Gogol.ShoppingContent.Content.Productdeliverytime.Delete

    Creates a value of ContentProductdeliverytimeDelete with the minimum fields required to make a request.

  3. data ContentProductdeliverytimeGet

    gogol-shopping-content Gogol.ShoppingContent.Content.Productdeliverytime.Get

    Gets productDeliveryTime by productId. See: newContentProductdeliverytimeGet smart constructor.

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

    gogol-shopping-content Gogol.ShoppingContent.Content.Productdeliverytime.Get

    No documentation available.

  5. 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.Content.Productdeliverytime.Get

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

  6. newContentProductdeliverytimeGet :: Int64 -> Text -> ContentProductdeliverytimeGet

    gogol-shopping-content Gogol.ShoppingContent.Content.Productdeliverytime.Get

    Creates a value of ContentProductdeliverytimeGet with the minimum fields required to make a request.

  7. data ContentProductsCustombatch

    gogol-shopping-content Gogol.ShoppingContent.Content.Products.Custombatch

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

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

    gogol-shopping-content Gogol.ShoppingContent.Content.Products.Custombatch

    No documentation available.

  9. 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.Content.Products.Custombatch

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

  10. newContentProductsCustombatch :: ProductsCustomBatchRequest -> ContentProductsCustombatch

    gogol-shopping-content Gogol.ShoppingContent.Content.Products.Custombatch

    Creates a value of ContentProductsCustombatch with the minimum fields required to make a request.

Page 226 of many | Previous | Next