# Push API

Az értesítés a Webshippy API értékesítési csatorna (webshippy.api) beállításai között rögzített, előre beállítható (külön) végpontokra történik.

{% hint style="info" %}
A push api az első aktív értékesítési csatornában definiált végpontokra érkezik meg.&#x20;
{% endhint %}

&#x20;A folyamat státusza mellett, az értesítés tartalmazza a megrendelés azonosítóját és nevét, illetve az áruszállítás ID-ját és nickname-jét, valamint, hogy mikor történt a státusz-változás.

### **Megrendelés**&#x20;

| Mező        | Leírás                                                                                                                                               |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id`        | A rendelés egyedi, Webshippy azonosítója.                                                                                                            |
| `name`      | <p>A rendelés neve.</p><p>A rendelés létrehozásakor megadott név.</p>                                                                                |
| `status`    | <p>A rendelés státusza, lehetséges értékek:</p><ul><li><code>refused</code>: visszautasított,</li><li><code>fulfilled</code>: teljesített.</li></ul> |
| `updatedAt` | A státusz-változás dátuma és ideje.                                                                                                                  |

### **Áruszállítás**

| Mező        | Leírás                                                                                                                                                                   |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `id`        | Az áruszállítás egyedi, Webshippy azonosítója.                                                                                                                           |
| `nickname`  | <p>Az API-n keresztül fantázianévvel létrehozott áruszállítás a neve alapján kereshető a listafelületen.<br>Áruszállítás frissítésekor a fantázianév is frissíthető.</p> |
| `status`    | Az áruszállítás státusza (`shipped`).                                                                                                                                    |
| `updatedAt` | A státusz-változás dátuma és ideje.                                                                                                                                      |

{% file src="/files/CLEbAzcp3XvFX5FtVCP9" %}


---

# 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://apidoc.webshippy.com/webaruhaz-integraciok/push-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.
