Content API offers a powerful and flexible solution for managing your site’s posts, products, SEO settings, and more through custom endpoints. By creating tailored REST API endpoints, the plugin enables you to perform actions such as updating product attributes, managing content, and even optimizing SEO all from external systems or custom-built applications.
Whether you’re managing an eCommerce store, handling content on a blog, or controlling SEO configurations, this plugin provides the tools to do it efficiently. The custom API endpoints support secure, token-based authentication to ensure only authorized users can interact with your WordPress site.
With features like bulk updates for product attributes, streamlined content management, and simplified SEO configurations, this plugin enhances the flexibility and automation of your WordPress site, making it easier to integrate with third-party tools and manage everything from a centralized platform.
- Create new posts
- Fetch products
- Update products
- Fetch attributes
- Update attributes
- Fetch terms
- Update terms
- Capability to add Yoast title, description, social titles, social descriptions, and social images when adding a post or updating a product
- Secure access through API tokens for authentication
- Admin page to manage the plugin settings, including the API token
We are not lawyers and always recommend doing your own compliance research into third-party plugins, libraries, etc., as we've seen other plugins not be in compliance with these regulations.
This plugin uses the Bootstrap, BootStrap Icons, and SweetAlert2 third-party libraries. These libraries are loaded locally to be compliant with data protection regulations.
This plugin collects and stores certain data on your server to ensure proper functionality. This includes:
- Storing plugin settings
- Remembering which notices have been dismissed
- Backup WordPress
- Upload the plugin files to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress
- Configure the plugin
This plugin allows you to manage your WordPress site's posts, products, SEO settings, and more via custom REST API endpoints. It helps automate and streamline content management and product updates, making it easier to integrate with external applications or systems.
The plugin uses token-based authentication. You need to generate a token from the plugin's settings page and include it in the Authorization header of your API requests.
Yes, you can update WooCommerce product attributes via the custom API endpoints provided by the plugin. This includes adding or modifying attributes like size, color, and more.
Yes, the plugin's custom REST API endpoints are designed to be easily integrated with third-party applications, giving you the flexibility to automate workflows and manage your site remotely.
Yes, the plugin supports uploading images to the WordPress media library via the custom API. You can include image URLs in your requests, and the plugin will handle the upload process.
- Updated: Get Product manage_stock attribute to return a bool
- Updated: Update Product manage_stock attribute to be able to use bool
- Updated: Create Product manage_stock attribute to be able to use bool
- Bugfix: Update Product attributes attribute not creating product attributes when they don't exist.
- Bugfix: Create Product attributes attribute not creating product attributes when they don't exist.
- Bugfix: Update Product triggering error sku during slug check
- Bugfix: Create Product triggering error sku during slug check
- Bugfix: Update Product triggering Exception instead of WP Error when upc attribute is already in use
- Bugfix: Create Product triggering Exception instead of WP Error when upc attribute is already in use
- Updated: Create Product endpoint to not require quantity
- Added: Get All Product IDs endpoint
- Added: Attribute manage_stock to results of Get Product endpoint
- Added: Attribute attributes to results of Get Product endpoint
- Added: Attribute yoast to results of Get Product endpoint
- Added: Attribute manage_stock to Update Product endpoint
- Added: Attribute manage_stock to Create Product endpoint
- Added: Security enhancements
- Updated: Update Product endpoint to not require quantity
- Bugfix: Taxonomy handling for Get Attributes endpoint
- Updated: Update Product endpoint to handle updating sku when product id is provided.
- Added: weight attribute to results of Get Product endpoint
- Added: weight attribute to Update Product endpoint
- Added: weight attribute to Create Product endpoint
- Added: Option to show a notice on when the Content API was last accessed
- Added: Option to show an error if the Content API has not been accessed in the last X amount of minutes
- Bugfix: If stock passed as 0 it doesn't update
- Added: upc attribute to results of Get Product endpoint
- Added: upc attribute to Update Product endpoint
- Added: upc attribute to Create Product endpoint
- Added: status attribute to Update Product endpoint
- Added: Create Product endpoint
- Added: cost, map_price, and categories attributes to Get Product endpoint
- Added: cost, map_price, and categories attributes to Update Product endpoint
- Bugfix: Get Product endpoint error when fetching images
- Added: Get Product Category endpoint
- Added: Update Product Category endpoint
- Added: Create Product Category endpoint
- Updated: Get Brand endpoint (Previous endpoint is an alias)
- Updated: Update Brand endpoint (Previous endpoint is an alias)
- Updated: Create Brand endpoint (Previous endpoint is an alias)
- Added: Get Brand endpoint
- Added: Update Brand endpoint
- Added: Create Brand endpoint
- Added: Get Product Brands endpoint
- Added: Update Product Brands endpoint
- Initial Release