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 ContentProductsDelete

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

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

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

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

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

  5. data ContentProductsGet

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

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

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

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

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

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

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

Page 227 of many | Previous | Next