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

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

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

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

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

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

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

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

  9. type ContentProductstatusesListResource = "content" :> "v2.1" :> Capture "merchantId" Word64 :> "productstatuses" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParams "destinations" Text :> QueryParam "maxResults" Word32 :> QueryParam "pageToken" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ProductstatusesListResponse

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

    A resource alias for content.productstatuses.list method which the ContentProductstatusesList request conforms to.

  10. newContentProductstatusesList :: Word64 -> ContentProductstatusesList

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

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

Page 230 of many | Previous | Next