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

    gogol-shopping-content Gogol.ShoppingContent

    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

    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

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

  4. data ContentProductsGet

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

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

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

    gogol-shopping-content Gogol.ShoppingContent

    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

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

  10. data ContentProductsList

    gogol-shopping-content Gogol.ShoppingContent

    Lists the products in your Merchant Center account. The response might contain fewer items than specified by maxResults. Rely on nextPageToken to determine if there are more items to be requested. See: newContentProductsList smart constructor.

Page 214 of many | Previous | Next