aisapiens
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Open source plugins for integration with external APIsHello,
thanks for help, will check out the woocommerce support forums.
Best regards
Forum: Fixing WordPress
In reply to: Open source plugins for integration with external APIsNot sure, if we did not provide enough information, will try explain a bit more about what we are trying to do and what the key steps are.
On our platform https://www.productcategorization.com/ we offer categorization of products based on Google Shopping, Shopify and other taxonomies.Here is e.g. taxonomy from Shopify: https://github.com/Shopify/product-taxonomy and https://shopify.github.io/product-taxonomy/releases/2024-07/?categoryId=sg-4-17-2-17)
Clients submit products we return categorizations, via API. The idea now is that clients would submit URLs, for product pages, and we would return category back but directly in the CRM, under some kind of metafield like Shopify provides.
Hope this better explains the issue we are havingForum: Fixing WordPress
In reply to: Categorization of Posts with IABWill try to explain a bit more of what we now have to do and what we want to do.
When publishing a post we copy paste the text of the post and enter it into https://www.websitecategorizationapi.com/demo_dashboard_iab/ then get classification back, e.g. let us say Education.
Then we go back to our WordPress site at https://www.alpha-quantum.com/blog/, manually create the category Education and assign the post to it.
What we want instead is send the content of the post to the API of the service and then do the creation of category and assignment automatically with some kind of plugin.