
Provides REST API endpoints for WooCommerce orders, blog posts, and pages, plus a setup wizard for API user/app password. Easily integrate your WooCom …
| Author: | Syed Gohar Ali (profile at wordpress.org) |
| WordPress version required: | 5.6 |
| WordPress version tested: | 6.8.2 |
| Plugin version: | 1.0 |
| Added to WordPress repository: | 07-08-2025 |
| Last updated: | 07-08-2025 |
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | |
| Total downloads: | 255 |
![]() Click to start download |
|
Provides REST API endpoints for WooCommerce orders, blog posts, and pages, plus a setup wizard for API user/app password. Easily integrate your WooCommerce store and WordPress content with external systems using secure, app-password-protected API endpoints.
Features
- Secure REST API endpoints for WooCommerce orders, blog posts, and pages
- Setup wizard to generate API user and app password
- Supports listing and retrieving orders, posts, and pages
- Example usage and cURL commands in the admin UI
Orders
GET /wp-json/get-api-manager/v1/orders?limit=25&order=DESC— List latest ordersGET /wp-json/get-api-manager/v1/orders/{id}— Get a single order by IDGET /wp-json/get-api-manager/v1/orders?status=completed— List completed ordersGET /wp-json/get-api-manager/v1/orders?status=processing— List processing ordersGET /wp-json/get-api-manager/v1/orders?date=YYYY-MM-DD— List orders created on a specific dateGET /wp-json/get-api-manager/v1/orders?order_by=date— List orders sorted by date
Posts
GET /wp-json/get-api-manager/v1/posts?limit=10&order=DESC— List latest blog posts
Pages
GET /wp-json/get-api-manager/v1/pages?limit=5&order=ASC— List published pages
Authentication
All endpoints require Basic Authentication using the generated API user and app password. Use the credentials from the plugin settings page.
Example cURL
“`
curl -u “api_username:app_password” “https://your-site.com/wp-json/get-api-manager/v1/orders?limit=10”
`
Screenshots
FAQ
ChangeLog


