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. type ContentProductsInsertResource = "content" :> "v2.1" :> Capture "merchantId" Word64 :> "products" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "feedId" Word64 :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] Product :> Post '[JSON] Product

    gogol-shopping-content Gogol.ShoppingContent

    A resource alias for content.products.insert method which the ContentProductsInsert request conforms to.

  2. data ContentProductsList

    gogol-shopping-content Gogol.ShoppingContent

    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.

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  4. 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

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

  5. data ContentProductsUpdate

    gogol-shopping-content Gogol.ShoppingContent

    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

    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

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

  8. data ContentProductstatusesCustombatch

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  10. type ContentProductstatusesCustombatchResource = "content" :> "v2.1" :> "productstatuses" :> "batch" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] ProductstatusesCustomBatchRequest :> Post '[JSON] ProductstatusesCustomBatchResponse

    gogol-shopping-content Gogol.ShoppingContent

    A resource alias for content.productstatuses.custombatch method which the ContentProductstatusesCustombatch request conforms to.

Page 214 of many | Previous | Next