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

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

  3. data ContentProductsList

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

    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.

  4. ContentProductsList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Word32 -> Word64 -> Maybe Text -> Maybe Text -> Maybe Text -> ContentProductsList

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

    No documentation available.

  5. type ContentProductsListResource = "content" :> "v2.1" :> Capture "merchantId" Word64 :> "products" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "maxResults" Word32 :> QueryParam "pageToken" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ProductsListResponse

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

    A resource alias for content.products.list method which the ContentProductsList request conforms to.

  6. newContentProductsList :: Word64 -> ContentProductsList

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

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

  7. data ContentProductsUpdate

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

    Updates an existing product in your Merchant Center account. Only updates attributes provided in the request. See: newContentProductsUpdate smart constructor.

  8. ContentProductsUpdate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Word64 -> Product -> Text -> Maybe FieldMask -> Maybe Text -> Maybe Text -> ContentProductsUpdate

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

    No documentation available.

  9. type ContentProductsUpdateResource = "content" :> "v2.1" :> Capture "merchantId" Word64 :> "products" :> Capture "productId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "updateMask" FieldMask :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] Product :> Patch '[JSON] Product

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

    A resource alias for content.products.update method which the ContentProductsUpdate request conforms to.

  10. newContentProductsUpdate :: Word64 -> Product -> Text -> ContentProductsUpdate

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

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

Page 228 of many | Previous | Next