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. ContentProductsCustombatch :: Maybe Xgafv -> Maybe Text -> Maybe Text -> ProductsCustomBatchRequest -> Maybe Text -> Maybe Text -> ContentProductsCustombatch

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

    A resource alias for content.products.custombatch method which the ContentProductsCustombatch request conforms to.

  3. data ContentProductsDelete

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

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

  6. data ContentProductsGet

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

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

  9. data ContentProductsInsert

    gogol-shopping-content Gogol.ShoppingContent

    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

    No documentation available.

Page 213 of many | Previous | Next