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. ContentProductsList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Word32 -> Word64 -> Maybe Text -> Maybe Text -> Maybe Text -> ContentProductsList

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

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

  3. data ContentProductsUpdate

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

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

  6. data ContentProductstatusesCustombatch

    gogol-shopping-content Gogol.ShoppingContent

    Gets the statuses of multiple products in a single request. See: newContentProductstatusesCustombatch smart constructor.

  7. ContentProductstatusesCustombatch :: Maybe Xgafv -> Maybe Text -> Maybe Text -> ProductstatusesCustomBatchRequest -> Maybe Text -> Maybe Text -> ContentProductstatusesCustombatch

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  8. type ContentProductstatusesCustombatchResource = "content" :> "v2.1" :> "productstatuses" :> "batch" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] ProductstatusesCustomBatchRequest :> Post '[JSON] ProductstatusesCustomBatchResponse

    gogol-shopping-content Gogol.ShoppingContent

    A resource alias for content.productstatuses.custombatch method which the ContentProductstatusesCustombatch request conforms to.

  9. data ContentProductstatusesGet

    gogol-shopping-content Gogol.ShoppingContent

    Gets the status of a product from your Merchant Center account. See: newContentProductstatusesGet smart constructor.

  10. ContentProductstatusesGet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe [Text] -> Word64 -> Text -> Maybe Text -> Maybe Text -> ContentProductstatusesGet

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

Page 215 of many | Previous | Next