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 ContentProductstatusesGet

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

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

  4. data ContentProductstatusesList

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

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

  7. pattern ExternalAction_Type_REVIEWPRODUCTISSUEINMERCHANTCENTER :: ExternalAction_Type

    gogol-shopping-content Gogol.ShoppingContent

    Redirect to Merchant Center where the merchant can request a review for issue related to their product.

  8. newtype Promotion_ProductApplicability

    gogol-shopping-content Gogol.ShoppingContent

    Required. Applicability of the promotion to either all products or only specific products.

  9. Promotion_ProductApplicability :: Text -> Promotion_ProductApplicability

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  10. pattern Promotion_ProductApplicability_ALLPRODUCTS :: Promotion_ProductApplicability

    gogol-shopping-content Gogol.ShoppingContent

    Applicable to all products.

Page 215 of many | Previous | Next