Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

  3. data ContentProductdeliverytimeDelete

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

  6. data ContentProductdeliverytimeGet

    gogol-shopping-content Gogol.ShoppingContent

    Gets productDeliveryTime by productId. See: newContentProductdeliverytimeGet smart constructor.

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

  9. data ContentProductsCustombatch

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

Page 213 of many | Previous | Next