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 ContentProductsDeleteResource = "content" :> "v2.1" :> Capture "merchantId" Word64 :> "products" :> Capture "productId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "feedId" Word64 :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Delete '[JSON] ()

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

    A resource alias for content.products.delete method which the ContentProductsDelete request conforms to.

  2. newContentProductsDelete :: Word64 -> Text -> ContentProductsDelete

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

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

  3. data ContentProductsGet

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

    Retrieves a product from your Merchant Center account. See: newContentProductsGet smart constructor.

  4. ContentProductsGet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Word64 -> Text -> Maybe Text -> Maybe Text -> ContentProductsGet

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

    No documentation available.

  5. type ContentProductsGetResource = "content" :> "v2.1" :> Capture "merchantId" Word64 :> "products" :> 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] Product

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

    A resource alias for content.products.get method which the ContentProductsGet request conforms to.

  6. newContentProductsGet :: Word64 -> Text -> ContentProductsGet

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

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

  7. data ContentProductsInsert

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

    Uploads a product to your Merchant Center account. If an item with the same channel, contentLanguage, offerId, and targetCountry already exists, this method updates that entry. See: newContentProductsInsert smart constructor.

  8. ContentProductsInsert :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Word64 -> Word64 -> Product -> Maybe Text -> Maybe Text -> ContentProductsInsert

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

    No documentation available.

  9. type ContentProductsInsertResource = "content" :> "v2.1" :> Capture "merchantId" Word64 :> "products" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "feedId" Word64 :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] Product :> Post '[JSON] Product

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

    A resource alias for content.products.insert method which the ContentProductsInsert request conforms to.

  10. newContentProductsInsert :: Word64 -> Product -> ContentProductsInsert

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

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

Page 228 of many | Previous | Next