Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data ProductCertification

    gogol-shopping-content Gogol.ShoppingContent

    Product certification, introduced for EU energy efficiency labeling compliance using the EU EPREL database. See: newProductCertification smart constructor.

  2. ProductCertification :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> ProductCertification

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  3. data ProductCluster

    gogol-shopping-content Gogol.ShoppingContent

    Product cluster fields. A product cluster is a grouping for different offers that represent the same product. Values are only set for fields requested explicitly in the request's search query. See: newProductCluster smart constructor.

  4. ProductCluster :: Maybe Text -> Maybe ProductCluster_BrandInventoryStatus -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe ProductCluster_InventoryStatus -> Maybe Text -> Maybe [Text] -> ProductCluster

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  5. newtype ProductCluster_BrandInventoryStatus

    gogol-shopping-content Gogol.ShoppingContent

    Tells if there is at least one product of the brand currently IN_STOCK in your product feed across multiple countries, all products are OUT_OF_STOCK in your product feed, or NOT_IN_INVENTORY. The field doesn't take the Best Sellers report country filter into account.

  6. ProductCluster_BrandInventoryStatus :: Text -> ProductCluster_BrandInventoryStatus

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  7. pattern ProductCluster_BrandInventoryStatus_INSTOCK :: ProductCluster_BrandInventoryStatus

    gogol-shopping-content Gogol.ShoppingContent

    Merchant has a product for this product cluster or brand in stock.

  8. pattern ProductCluster_BrandInventoryStatus_INVENTORYSTATUSUNSPECIFIED :: ProductCluster_BrandInventoryStatus

    gogol-shopping-content Gogol.ShoppingContent

    Inventory status is unknown.

  9. pattern ProductCluster_BrandInventoryStatus_NOTININVENTORY :: ProductCluster_BrandInventoryStatus

    gogol-shopping-content Gogol.ShoppingContent

    Merchant does not have a product for this product cluster or brand in inventory.

  10. pattern ProductCluster_BrandInventoryStatus_OUTOFSTOCK :: ProductCluster_BrandInventoryStatus

    gogol-shopping-content Gogol.ShoppingContent

    Merchant has a product for this product cluster or brand in inventory but it is currently out of stock.

Page 45 of many | Previous | Next