Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-shopping-content Gogol.ShoppingContent.Types Issue demotes the product in all selected destinations it affects.
-
gogol-shopping-content Gogol.ShoppingContent.Types Issue disapproves the product in at least one of the selected destinations.
-
gogol-shopping-content Gogol.ShoppingContent.Types Issue resolution is PENDING_PROCESSING.
data
ProductViewItemIssueItemIssueType gogol-shopping-content Gogol.ShoppingContent.Types Type of the item issue. See: newProductViewItemIssueItemIssueType smart constructor.
ProductViewItemIssueItemIssueType :: Maybe Text -> Maybe Text -> ProductViewItemIssueItemIssueTypegogol-shopping-content Gogol.ShoppingContent.Types No documentation available.
newtype
ProductViewItemIssue_Resolution gogol-shopping-content Gogol.ShoppingContent.Types Item issue resolution.
ProductViewItemIssue_Resolution :: Text -> ProductViewItemIssue_Resolutiongogol-shopping-content Gogol.ShoppingContent.Types No documentation available.
pattern
ProductViewItemIssue_Resolution_MERCHANTACTION :: ProductViewItemIssue_Resolutiongogol-shopping-content Gogol.ShoppingContent.Types The merchant has to fix the issue.
pattern
ProductViewItemIssue_Resolution_PENDINGPROCESSING :: ProductViewItemIssue_Resolutiongogol-shopping-content Gogol.ShoppingContent.Types The issue will be resolved automatically (for example, image crawl), or Google review. No merchant action is required now. Resolution might lead to another issue (for example, if crawl fails).
pattern
ProductViewItemIssue_Resolution_Unknown :: ProductViewItemIssue_Resolutiongogol-shopping-content Gogol.ShoppingContent.Types Unknown resolution type.