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. data ContentProductdeliverytimeGet

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

    Gets productDeliveryTime by productId. See: newContentProductdeliverytimeGet smart constructor.

  2. 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.

  3. 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.

  4. 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.

  5. data ContentProductsCustombatch

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

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

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

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

    No documentation available.

  7. 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.

  8. 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.

  9. data ContentProductsDelete

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

    Deletes a product from your Merchant Center account. See: newContentProductsDelete smart constructor.

  10. ContentProductsDelete :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Word64 -> Word64 -> Text -> Maybe Text -> Maybe Text -> ContentProductsDelete

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

    No documentation available.

Page 227 of many | Previous | Next