# Integración API

La API de "this is GOOD" ofrece a los Good Partners que no están en el entorno de Shopify la posibilidad de integrar sus productos con el sello "this is GOOD". A continuación, se describen los requisitos y el proceso de sincronización.

## Requisitos

1. **Cuenta this is GOOD**: Debes tener una cuenta activa en "this is GOOD".
2. **Productos seleccionados**: Identifica los productos que llevarán el sello "this is GOOD".
3. **Desarrollador Web**: La integración requiere que dispongas de un desarrollador en tu equipo para configurar tu plataforma y enviar peticiones POST a nuestra API. Puedes utilizar el lenguaje de programación que prefieras, siempre y cuando el cuerpo de la petición sea en formato JSON.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://devs.thisisgood.cl/integracion-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
