Wordpress
Wordpress is an open-source content management system for hosting and building websites. Using Wordpressβs REST API, Miso can automatically ingest your product or content catalog.
Introduction
Wordpress is an open-source content management system for hosting and building websites. Using Wordpressβs REST API, Miso can automatically ingest your product or content catalog.
Integration Steps
Wordpress has a built in REST API for accessing many data elements on your site, such as posts, pages, and media, called wp-json
.
For example, to access a list of all posts on your site, send an HTTP request like below:
GET https://www.example.com/wp-json/wp/v2/posts
You can also use pagination to bulk process posts:
GET https://www.example.com/wp-json/wp/v2/posts?page=1&per_page=15
Please refer to Wordpressβs REST API Handbook for the full endpoint reference. For sites using Wordpress, your Miso Support Team will typically handle the historical bulk loading of your product or content catalog.
Additional Resources
For more information on Misoβs API, check out the official API Documentation.
For more Integrations like this, visit the Integrations page on our Docs site.
Last Updated: July 28th, 2022