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 ContentProductstatusesCustombatch

    gogol-shopping-content Gogol.ShoppingContent.Content.Productstatuses.Custombatch

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

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

    gogol-shopping-content Gogol.ShoppingContent.Content.Productstatuses.Custombatch

    No documentation available.

  3. 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.Content.Productstatuses.Custombatch

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

  4. newContentProductstatusesCustombatch :: ProductstatusesCustomBatchRequest -> ContentProductstatusesCustombatch

    gogol-shopping-content Gogol.ShoppingContent.Content.Productstatuses.Custombatch

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

  5. data ContentProductstatusesGet

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

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

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

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

    No documentation available.

  7. type ContentProductstatusesGetResource = "content" :> "v2.1" :> Capture "merchantId" Word64 :> "productstatuses" :> Capture "productId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParams "destinations" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ProductStatus

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

    A resource alias for content.productstatuses.get method which the ContentProductstatusesGet request conforms to.

  8. newContentProductstatusesGet :: Word64 -> Text -> ContentProductstatusesGet

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

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

  9. data ContentProductstatusesList

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

    Lists the statuses of the products in your Merchant Center account. See: newContentProductstatusesList smart constructor.

  10. ContentProductstatusesList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe [Text] -> Maybe Word32 -> Word64 -> Maybe Text -> Maybe Text -> Maybe Text -> ContentProductstatusesList

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

    No documentation available.

Page 229 of many | Previous | Next