Hoogle Search

Within LTS Haskell 24.11 (ghc-9.10.2)

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

  1. newtype ProductCluster_InventoryStatus

    gogol-shopping-content Gogol.ShoppingContent

    Tells whether the product cluster is IN_STOCK in your product feed across multiple countries, OUT_OF_STOCK in your product feed, or NOT_IN_INVENTORY at all. The field doesn't take the Best Sellers report country filter into account.

  2. ProductCluster_InventoryStatus :: Text -> ProductCluster_InventoryStatus

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  3. pattern ProductCluster_InventoryStatus_INSTOCK :: ProductCluster_InventoryStatus

    gogol-shopping-content Gogol.ShoppingContent

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

  4. pattern ProductCluster_InventoryStatus_INVENTORYSTATUSUNSPECIFIED :: ProductCluster_InventoryStatus

    gogol-shopping-content Gogol.ShoppingContent

    Inventory status is unknown.

  5. pattern ProductCluster_InventoryStatus_NOTININVENTORY :: ProductCluster_InventoryStatus

    gogol-shopping-content Gogol.ShoppingContent

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

  6. pattern ProductCluster_InventoryStatus_OUTOFSTOCK :: ProductCluster_InventoryStatus

    gogol-shopping-content Gogol.ShoppingContent

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

  7. data ProductDeliveryTime

    gogol-shopping-content Gogol.ShoppingContent

    The estimated days to deliver a product after an order is placed. Only authorized shipping signals partners working with a merchant can use this resource. Merchants should use the products resource instead. See: newProductDeliveryTime smart constructor.

  8. ProductDeliveryTime :: Maybe [ProductDeliveryTimeAreaDeliveryTime] -> Maybe ProductId -> ProductDeliveryTime

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  9. data ProductDeliveryTimeAreaDeliveryTime

    gogol-shopping-content Gogol.ShoppingContent

    A pairing of DeliveryArea associated with a DeliveryTime for this product. See: newProductDeliveryTimeAreaDeliveryTime smart constructor.

  10. ProductDeliveryTimeAreaDeliveryTime :: Maybe DeliveryArea -> Maybe ProductDeliveryTimeAreaDeliveryTimeDeliveryTime -> ProductDeliveryTimeAreaDeliveryTime

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

Page 46 of many | Previous | Next