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

    gogol-shopping-content Gogol.ShoppingContent

    Creates or updates the delivery time of a product. See: newContentProductdeliverytimeCreate smart constructor.

  2. ContentProductdeliverytimeCreate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Int64 -> ProductDeliveryTime -> Maybe Text -> Maybe Text -> ContentProductdeliverytimeCreate

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

  4. data ContentProductdeliverytimeDelete

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

  7. data ContentProductdeliverytimeGet

    gogol-shopping-content Gogol.ShoppingContent

    Gets productDeliveryTime by productId. See: newContentProductdeliverytimeGet smart constructor.

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

  10. data ContentProductsCustombatch

    gogol-shopping-content Gogol.ShoppingContent

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

Page 212 of many | Previous | Next