Title: API Improver for WooCommerce
Author: Mário Valney
Published: <strong>23 de Decembro, 2020</strong>
Last modified: 7 de Xaneiro, 2021

---

Buscar plugins

![](https://ps.w.org/api-improver-for-woocommerce/assets/banner-772x250.png?rev=
2452010)

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

![](https://ps.w.org/api-improver-for-woocommerce/assets/icon-256x256.png?rev=2452010)

# API Improver for WooCommerce

 Por [Mário Valney](https://profiles.wordpress.org/mariovalney/)

[Descargar](https://downloads.wordpress.org/plugin/api-improver-for-woocommerce.zip)

 * [Detalles](https://gl.wordpress.org/plugins/api-improver-for-woocommerce/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/api-improver-for-woocommerce/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/api-improver-for-woocommerce/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/api-improver-for-woocommerce/#developers)

 [Soporte](https://wordpress.org/support/plugin/api-improver-for-woocommerce/)

## Descrición

Improve your WooCommerce API REST without config.

[WooCommerce](https://wordpress.org/plugins/woocommerce/) is a awesome plugin used
by 5+ million WordPress websites to create e-commerce.

It’s awesome and we love it but sometimes we need more from API REST.

### Endpoints

We support V3.

#### /products

 * Will search for a category/tag by “name” and “slug” (in this order) if “id” is
   not provided (or empty).
 * Will search for attribute ID if it’s not provided (or empty). Check [wc_attribute_taxonomy_id_by_name](https://woocommerce.github.io/code-reference/files/woocommerce-includes-wc-attribute-functions.html#function_wc_attribute_taxonomy_id_by_name)
   for more details.

In both cases, **we will not** create a new product attribute, category or tag. 
You can use the “aifw_api_v1_products_search_for_terms” filter to create it and 
return the “term_id”.
 WooCommerce will keep the attribute for product only if a
taxonomy was not found.

#### How to Use

Easy and quick!

Just activate “API Improver for WooCommerce” and it’s done. No configurations.

#### Translations

You can [translate API Improver for WooCommerce](https://translate.wordpress.org/projects/wp-plugins/api-improver-for-woocommerce)
to your language.

#### Review

We would be grateful for a [review here](https://wordpress.org/support/plugin/api-improver-for-woocommerce/reviews/).

#### Support

 * WooCommerce – 4.8

(API Version 3 supports 3.5.x or later, but we did not test it)

## Capturas

 * [[
 * Request to create a Product with a category without ID.
 * [[
 * Example to update a Product with both categories with and without ID.

## Instalación

First

 * Install [WooCommerce](https://wordpress.org/plugins/woocommerce/) and activate
   it.

Next

 * Install “API Improver for WooCommerce” by plugins dashboard.

Or

 * Upload the entire `api-improver-for-woocommerce` folder to the `/wp-content/plugins/`
   directory.

Then

 * Activate the plugin through the ‘Plugins’ menu in WordPress.

## Preguntas frecuentes

### Does it works for another e-commerce plugin?

Nope. The intention here is to improve WooCommerce API REST.

### I want to add my customization to endpoints

For products, you can use the filter “aifw_api_v3_products_request_for_prepare_object_for_database”
to change the request.

### Is there a way to create categories or attributes?

We will not create new terms but you can use the “aifw_api_v3_products_term_not_found”.
[Example](https://gist.github.com/mariovalney/78090bd7eaa064d6b27e44804fd34008).

### Can I help you?

Yes! Visit [GitHub repository](https://github.com/mariovalney/api-improver-for-woocommerce).

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“API Improver for WooCommerce” é un software de código aberto. As seguintes persoas
colaboraron con este plugin.

Colaboradores

 *   [ Mário Valney ](https://profiles.wordpress.org/mariovalney/)

“API Improver for WooCommerce” foi traducido a 1 idioma. Grazas [aos desenvolvedores](https://translate.wordpress.org/projects/wp-plugins/api-improver-for-woocommerce/contributors)
polas súas contribucións.

[Traduce “API Improver for WooCommerce” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/api-improver-for-woocommerce)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/api-improver-for-woocommerce/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/api-improver-for-woocommerce/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/api-improver-for-woocommerce/)
por [RSS](https://plugins.trac.wordpress.org/log/api-improver-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 1.1

 * Added the ID key if not provided to allow developers send a pretty payload.

#### 1.0

 * It’s alive!
 * Improved endpoint “/products” to accept category/tag by “name” and “slug” if “
   id” is not provided.
 * Improved endpoint “/products” to search for taxonomies by “name” for attributes
   if “id” is not provided.

## Meta

 *  Versión **1.1.0**
 *  Última actualización **Fai 5 anos**
 *  Instalacións activas **Menos de 10**
 *  Versión de WordPress ** 4.7 ou superior **
 *  Probado ata **5.6.17**
 *  Versión de PHP ** 7.0 ou superior **
 *  Idiomas
 * [English (US)](https://wordpress.org/plugins/api-improver-for-woocommerce/) e
   [Portuguese (Brazil)](https://br.wordpress.org/plugins/api-improver-for-woocommerce/).
 *  [Traduce ao teu idioma](https://translate.wordpress.org/projects/wp-plugins/api-improver-for-woocommerce)
 * Etiquetas
 * [api](https://gl.wordpress.org/plugins/tags/api/)[mariovalney](https://gl.wordpress.org/plugins/tags/mariovalney/)
   [products](https://gl.wordpress.org/plugins/tags/products/)[rest](https://gl.wordpress.org/plugins/tags/rest/)
   [woocommerce](https://gl.wordpress.org/plugins/tags/woocommerce/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/api-improver-for-woocommerce/advanced/)

## Valoracións

Aínda non se enviaron valoracións.

[Your review](https://wordpress.org/support/plugin/api-improver-for-woocommerce/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/api-improver-for-woocommerce/reviews/)

## Colaboradores

 *   [ Mário Valney ](https://profiles.wordpress.org/mariovalney/)

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/api-improver-for-woocommerce/)

## Doar

Queres apoiar o progreso deste plugin?

 [ Dona a este plugin ](https://github.com/mariovalney/api-improver-for-woocommerce)