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.

  1. data ContentProductsList

    gogol-shopping-content Gogol.ShoppingContent.Content.Products.List

    Lists the products in your Merchant Center account. The response might contain fewer items than specified by maxResults. Rely on nextPageToken to determine if there are more items to be requested. See: newContentProductsList smart constructor.

  2. ContentProductsList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Word32 -> Word64 -> Maybe Text -> Maybe Text -> Maybe Text -> ContentProductsList

    gogol-shopping-content Gogol.ShoppingContent.Content.Products.List

    No documentation available.

  3. type ContentProductsListResource = "content" :> "v2.1" :> Capture "merchantId" Word64 :> "products" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "maxResults" Word32 :> QueryParam "pageToken" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ProductsListResponse

    gogol-shopping-content Gogol.ShoppingContent.Content.Products.List

    A resource alias for content.products.list method which the ContentProductsList request conforms to.

  4. newContentProductsList :: Word64 -> ContentProductsList

    gogol-shopping-content Gogol.ShoppingContent.Content.Products.List

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

  5. data ContentProductsUpdate

    gogol-shopping-content Gogol.ShoppingContent.Content.Products.Update

    Updates an existing product in your Merchant Center account. Only updates attributes provided in the request. See: newContentProductsUpdate smart constructor.

  6. ContentProductsUpdate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Word64 -> Product -> Text -> Maybe FieldMask -> Maybe Text -> Maybe Text -> ContentProductsUpdate

    gogol-shopping-content Gogol.ShoppingContent.Content.Products.Update

    No documentation available.

  7. type ContentProductsUpdateResource = "content" :> "v2.1" :> Capture "merchantId" Word64 :> "products" :> Capture "productId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "updateMask" FieldMask :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] Product :> Patch '[JSON] Product

    gogol-shopping-content Gogol.ShoppingContent.Content.Products.Update

    A resource alias for content.products.update method which the ContentProductsUpdate request conforms to.

  8. newContentProductsUpdate :: Word64 -> Product -> Text -> ContentProductsUpdate

    gogol-shopping-content Gogol.ShoppingContent.Content.Products.Update

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

  9. data ContentProductstatusesCustombatch

    gogol-shopping-content Gogol.ShoppingContent.Content.Productstatuses.Custombatch

    Gets the statuses of multiple products in a single request. See: newContentProductstatusesCustombatch smart constructor.

  10. ContentProductstatusesCustombatch :: Maybe Xgafv -> Maybe Text -> Maybe Text -> ProductstatusesCustomBatchRequest -> Maybe Text -> Maybe Text -> ContentProductstatusesCustombatch

    gogol-shopping-content Gogol.ShoppingContent.Content.Productstatuses.Custombatch

    No documentation available.

Page 229 of many | Previous | Next