> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/guia-de-usuario-es/integraciones-api/komet/descargar-po-de-komet.md).

# Descargar PO de Komet

## Token

Obtenga el token de Komet del cliente que desea descargar.&#x20;

{% hint style="success" %}
Un token es una clave para acceder a las API.
{% endhint %}

## Mapear

### Productos

Obtenga los códigos de producto de Komet y llénelos en UNOSOF. Cada sistema Komet tiene una base de datos de productos única. Pregunte a su cliente que usa Komet por los códigos de producto, una vez que los haya recibido, debe mapearlos (qué SKU en UNOSOF es el código de producto correcto de Komet) y completarlos en UNOSOF.

{% hint style="success" %}
Ingrese a: Producción > Maestro de Productos > Maestro de Productos
{% endhint %}

Busque un SKU en específico e ingrese al formulario del SKU.&#x20;

![enter the SKU form.](/files/-M4ya3Xtj6uVHK769xUI)

Dentro del formulario SKU, haga click en Mapping.

![mapping product ID's of Komet](/files/-M4yajySIkKVTGq-lTWX)

### Clientes

{% hint style="danger" %}
Solo se necesita completarli, si usted migra a un cliente del sistema KOMET.

Algunas fincas tienen su propia plataforma KOMET que quieren migrarla, eso es diferente. Sin embargo, si desea enviar pedidos de Mayesh, Kennicot, Fresca, etc. a UNOSOF, siga estos pasos.
{% endhint %}

Cada sistema Komet, pertenece a un cliente. Usted debe encontrar el cliente en UNOSOF y completar el ID Komet y token del cliente. &#x20;

{% hint style="success" %}
Ingrese a: Clientes / Información Clientes / Maestro de Clientes
{% endhint %}

Encuentre el cliente e ingrese al formulario del cliente.&#x20;

![Enter the client form](/files/-M4ydcMlRrtPhh7rjhNL)

Dentro del formulario, vaya a API/Providers

![API/Providers tab](/files/-M4ydw_PASnXqaBjm_bi)

Aquí usted puede seleccionar: Komet Sales (USA):

![API Provider](/files/-M4yeOXjVXNetNVhWZPP)

Llene el Token del proveedor:

![Insert Provider Token](/files/-M4yezMUWQ8b-yA45pl7)

Llene el ID Komet de localización:&#x20;

![Komet Location ID](/files/-M4yfJ60NUHBklFCFdzB)

Llene el Grupo Komet

![Komet Group](/files/-M4yfrs-F4IKEIfUK9jT)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.unosofbooks.com/guia-de-usuario-es/integraciones-api/komet/descargar-po-de-komet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
