Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Public Woo Api

Descripción

Allows to fetch WooCommerce products, categories, tags, variations and reviews without authentication.

Support and Requests in Github: https://github.com/mickidum/public-woo-api

This plugin supports:

  • products
  • categories
  • tags
  • variations
  • reviews

All requests support only GET method.

To find all possible parameters follow documentation: WooCommerce Rest Api V3.

REQUIREMENTS

WooCommerce REST API V3

This plugin uses A PHP wrapper for the WooCommerce REST API WooCommerce API – PHP Client for interact with the WooCommerce REST API.

CONFIGURATION

  • Go to the WooCommerce/Settings/Advanced/REST API
  • Click “Add key”
  • Generate your keys with permissions read only
  • Go to Tools/Public Woo Options
  • Insert generated keys to the form
  • If you want you can change base Rest Api Endpoint(default is public-woo/v1)
  • After save full url will appear above the form

Capturas

  • Plugin Settings

Instalación

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘public-woo-api’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select ‘public-woo-api.zip’ from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Preguntas frecuentes

Documentation

Full documentation is available here: WooCommerce Rest Api V3

Which endpoints I can use?

products, categories, tags, variations and reviews without authentication

Reseñas

10 de abril de 2021
Really awesome, thank you very much for developing this plugin. It's working really fine and is easy to setup.
Leer todas las 2 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Public Woo Api" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.0

  • Initial Release.