We’re using this with miniorange premium all inclusive package.
This plugin is cuasing huge slowness on website.
]]>Good day,
I have an external REST API I’m looking to connect to. The endpoints lets me pull jewellery products such as engagement rings which has different metal options and stone sizes possible for the same ring. Can this plugin pull the API and Create Update and Delete products in such a way that a woo commerce variable product is maintained? Rather than hundreds of sillle products?
]]>Hi there,
I have a few pre sale questions:
Is this plugin compatible with a WordPress multisite subdirectory installation and if so what pricing plan is applicable? Are multiple licenses required?
Can this plugin connect to a external GraphQL API to create WordPress posts, custom post types and taxonomies?
Are API sources and keys stored securely/encoded and not accessible from the website frontend?
When post/taxonomy content is updated from the external source, does this plugin remove and rebuild posts/taxonomies or is only the updated content changed within posts and taxonomies?
Can this plugin add API data to ACF (Advanced Custom Fields) fields e.g. image, text, text area fields?
Cheers,
]]>Hello,
We intend on using the plugin to connect the client’s Amrod API to their WordPress/WooCommerce website.
Please let us know whether it will work for this purpose.
Thank you in advance.
Hi,
Can this for Third Party plug in other then payment gateway like “Schedule Delivery’
]]>Hello,
I just installed your plugin, my question is as follows :
1- Can I create an API key from Odoo CRM and link it to your plugin ?
My sincere regards
]]>Hi team
Using restapi with google product, i’d like to get product image from google product knowing that prouct_id matches my product name.
I have a googlerestapi key, but I am stuck there.
Any chance to get help from you guys ?
Thanks
]]>Hello and thank you for your help,
I set up an external API. It connect successfully.
Now, how can I display the data from that Api?
thank you so much!
]]>I am interested in buying the Enterprise-Version of Custom API for WP.
We will work on a staging site and later switch to the original URL.
I hope this will work with this license?
Where can I buy it?
]]>Hi there
I’ve noticed that trying to use a get with the like on a parameter does not work. It seems like the dash breaks it
Please can you assist?
]]>I face this error when I try to click Create API tab.
The error shows this:
”
PHP Warning: Trying to access array offset on value of type bool in F:\newweb\wp-content\plugins\custom-api-for-wp\custom_api_wp_ui.php on line 750
PHP Warning: Trying to access array offset on value of type bool in F:\newweb\wp-content\plugins\custom-api-for-wp\custom_api_wp_ui.php on line 821
”
Help me.
Thank you!!
]]>Hi buddy
Thanks for the wonderful plugin.
.1 is there any way to apply encryption to response son data from any API ?
2. Is there any way to control schema of JSON Data as returned from API ?
regards
Anil
]]>Hello,
I’ve just come across your WordPress plugin and I kindly ask you if it would be possible to connect Lulu and/or Blurb to a self-hosted WordPress website, using their API:
Is this feasible for a non-developer? Many thanks for your time.
]]>I would like to use this plugin to pull listings from myminifactory. They have an API to do this. However I am not a programmer and am hoping there is a simple solution. Could you look over the documentation and let me know if this will work.
Thank you.
]]>I’m not the only person who ever wanted to use Woocommerce to manage an inventory of only external products (all Amazon). And I believe that it isn’t necessary or even allowed by Amazon to display dynamic data (prices, images, reviews, ratings…) that did not originate from their Product Advertising API.
We do need a few things to populate a product category or archive page (titles, thumbnails, external_urls, ASINs). With the external_url you can direct the visitors to the Amazon product page without rendering the detail page locally, or access the Amazon API for details with the ASIN. Either way you’ll need a place for your affiliate credentials. These data bits, for the archive display are static, and can live in your Woocommerce CPTs, but everything else (price, images, descriptions, ratings, etc…) are dynamic and subject to change by Amazon, and wow’s me if you display an inaccurate value. These are only needed if you are rendering a product detail page locally (which happens, one product at a time). Having said that…
There is no reason to keep Amazon dynamic data in your database; that creates a need to maintain that data with daily updates in search of potential changes. There needs to be some way, call it what you will, that stops the single product rendering process, calls the Amazon Product Advertising API to fetch the details, populate the fields that are required, and continue with the rendering process in real-time, on-demand.
If you insist on maintaining that data in your Woocommerce data store, and not hit the API for the products that have been updated during the current day, then do that as the product are requested by your visitors, at the same time. I guess that way a product is only fetched once a day. That would add complexity, a check of the update date to compare with the current date, and only then continue the rendering or fetch from the API first. In my experience, simple and consistent is foolproof, and any additional complexity always leads to issues, but this could add additional efficiency.
Who volunteers to identify the method by which this can be done?
I’m not going to code it!! LOL
I probably could if I can find somewhere in the WordPress ecosystem, a single person that can explain the process of doing so in English!! Let’s hear it.
What I can gather about coding for this ecosystem is that no one knows how to (or wants to) explain anything to anyone who doesn’t know how. The only explanations that I can find are those that are required content to generate affiliate commissions for selling plugins, themes, and subscription. The entire WordPress ecosystem has become a 3-ring circus of carnival barkers. Any one willing to be altruistic and help out a WordPresser?
Support,
I hope this email finds you well. I was wondering if your plugin can create an API layer for plugins that are not API compatible or partially compatible?
If the answer is yes, please direct me to the plugins/ products on your site that’ll provide all premium features to make this possible securely.
In addition, do you provide services to create custom API and map or integration to other frameworks, such as React?
]]>Hello i need to use API plugin for this page, is a wordpress page. i have the API created and now the question is can I use your plugin, or I have to create one from scratch?
]]>Hi there
I have a problem with this plugin : in public\class-custom-api-for-wordpress-public.php, it includes css/custom-api-for-wordpress-public.css and js/custom-api-for-wordpress-public.js
These files doesn’t exists and lead to 404 for each page load of my users. Unfortunatly, after some 404, I have a firewall plugin that block user from navigating on my website.
This is annoying.
For now, after every update, I comment these two inclusions.
Maybe you can remove them if not necessary ?
Thanks
]]>Am I right that this plugin (Free) uses JSON version 1?
I’m new to JSON and REST API. What do I do after “Save the configuration and your API will be ready to use.”?
]]>Hello,
I’ve got a bunch of errors in my php logs regarding your plugin (for which I thank you because it saved me some time). The error is in french but i translated it quickly:
Notice: register_rest_route is called the wrong way. REST API's route definition for <code>mo/v1/wpai/(?P<id>[A-Za-z0-9]+)</code> does not have the necessary <code>permission_callback</code> argument. For the REST API's routes that are aimed to be public, please use <code>__return_true</code> as permission callback. Please read <a href="https://www.www.ads-software.com/support/article/debugging-in-wordpress/"Debugging in WordPress</a> (en) for more informations. (This message has been added at version 5.5.0.) in /var/www/html/wp-includes/functions.php on line 5311
As I’m using the free version of the plugin, my configuration is pretty straightforward : 8
columns selected, id
column, Equal
, First Parameter
.
Then I assume there is a bug that needs to be taken care of, isn’t it?
Regards,
Pr
]]>hello,
I have create a custom api for product brands but i have a problem
“statusCode”: 403,
“code”: “jwt_auth_bad_auth_header”,
“message”: “Authorization header malformed.”,
theme: rehub
brands taxonomy: store
Is this plugin compatible with wordpress 5.6
]]>Hi,
We have some questions:
– Where to find your premium version? Is it out there?
– We are looking for a solution that can deal with multiple plugins including the Events Manager and the Newsletter Plugin. Can this plugin accommodate multiple WordPress plugins?
Jing
]]>