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 ContentMerchantsupportRenderproductissues

    gogol-shopping-content Gogol.ShoppingContent.Content.Merchantsupport.Renderproductissues

    Provide a list of issues for merchant's product with a support content and available actions. This content and actions are meant to be rendered and shown in third-party applications. See: newContentMerchantsupportRenderproductissues smart constructor.

  2. ContentMerchantsupportRenderproductissues :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Text -> Int64 -> RenderProductIssuesRequestPayload -> Text -> Maybe Text -> Maybe Text -> Maybe Text -> ContentMerchantsupportRenderproductissues

    gogol-shopping-content Gogol.ShoppingContent.Content.Merchantsupport.Renderproductissues

    No documentation available.

  3. type ContentMerchantsupportRenderproductissuesResource = "content" :> "v2.1" :> Capture "merchantId" Int64 :> "merchantsupport" :> "renderproductissues" :> Capture "productId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "languageCode" Text :> QueryParam "timeZone" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] RenderProductIssuesRequestPayload :> Post '[JSON] RenderProductIssuesResponse

    gogol-shopping-content Gogol.ShoppingContent.Content.Merchantsupport.Renderproductissues

    A resource alias for content.merchantsupport.renderproductissues method which the ContentMerchantsupportRenderproductissues request conforms to.

  4. newContentMerchantsupportRenderproductissues :: Int64 -> RenderProductIssuesRequestPayload -> Text -> ContentMerchantsupportRenderproductissues

    gogol-shopping-content Gogol.ShoppingContent.Content.Merchantsupport.Renderproductissues

    Creates a value of ContentMerchantsupportRenderproductissues with the minimum fields required to make a request.

  5. data ContentProductdeliverytimeCreate

    gogol-shopping-content Gogol.ShoppingContent.Content.Productdeliverytime.Create

    Creates or updates the delivery time of a product. See: newContentProductdeliverytimeCreate smart constructor.

  6. ContentProductdeliverytimeCreate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Int64 -> ProductDeliveryTime -> Maybe Text -> Maybe Text -> ContentProductdeliverytimeCreate

    gogol-shopping-content Gogol.ShoppingContent.Content.Productdeliverytime.Create

    No documentation available.

  7. type ContentProductdeliverytimeCreateResource = "content" :> "v2.1" :> Capture "merchantId" Int64 :> "productdeliverytime" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] ProductDeliveryTime :> Post '[JSON] ProductDeliveryTime

    gogol-shopping-content Gogol.ShoppingContent.Content.Productdeliverytime.Create

    A resource alias for content.productdeliverytime.create method which the ContentProductdeliverytimeCreate request conforms to.

  8. newContentProductdeliverytimeCreate :: Int64 -> ProductDeliveryTime -> ContentProductdeliverytimeCreate

    gogol-shopping-content Gogol.ShoppingContent.Content.Productdeliverytime.Create

    Creates a value of ContentProductdeliverytimeCreate with the minimum fields required to make a request.

  9. data ContentProductdeliverytimeDelete

    gogol-shopping-content Gogol.ShoppingContent.Content.Productdeliverytime.Delete

    Deletes the delivery time of a product. See: newContentProductdeliverytimeDelete smart constructor.

  10. ContentProductdeliverytimeDelete :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Int64 -> Text -> Maybe Text -> Maybe Text -> ContentProductdeliverytimeDelete

    gogol-shopping-content Gogol.ShoppingContent.Content.Productdeliverytime.Delete

    No documentation available.

Page 225 of many | Previous | Next