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.
data
RenderProductIssuesRequestPayload gogol-shopping-content Gogol.ShoppingContent The payload for configuring how the content should be rendered. See: newRenderProductIssuesRequestPayload smart constructor.
-
gogol-shopping-content Gogol.ShoppingContent No documentation available.
newtype
RenderProductIssuesRequestPayload_ContentOption gogol-shopping-content Gogol.ShoppingContent Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.
-
gogol-shopping-content Gogol.ShoppingContent No documentation available.
-
gogol-shopping-content Gogol.ShoppingContent Default value. Will never be provided by the API.
-
gogol-shopping-content Gogol.ShoppingContent Returns the detail of the issue as a pre-rendered HTML text.
newtype
RenderProductIssuesRequestPayload_UserInputActionOption gogol-shopping-content Gogol.ShoppingContent Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points merchant to Merchant Center where they can request the action.
-
gogol-shopping-content Gogol.ShoppingContent No documentation available.
-
gogol-shopping-content Gogol.ShoppingContent Returns content and input form definition for each complex action. Your application needs to display this content and input form to the merchant before they can request processing of the action. To start the action, your application needs to call the triggeraction method.
-
gogol-shopping-content Gogol.ShoppingContent Actions that require user input are represented only as links that points merchant to Merchant Center where they can request the action. Provides easier to implement alternative to BUILT_IN_USER_INPUT_ACTIONS.