> For the complete documentation index, see [llms.txt](https://apidoc.webshippy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidoc.webshippy.com/webaruhaz-integraciok/shipping-api.md).

# Shipping Mode API

A Szállítási mód választó API (Shipping mode) egy webáruház motorok fejlesztői számára készült eszköz, mely lehetővé teszi, hogy a webáruház checkout folyamatában a látogatóknak a Webshippynél elérhető szállítási módokat (output) adjuk vissza dinamikusan kosártartalom és szállítási cím (input) által. A vásárló a visszaküldött partnercégek közül a webáruház felületén választhat.

{% file src="/files/-M\_61T2aJu6uzJ0JhvNa" %}
Webshippy Shipping AI v1.0.0
{% endfile %}

{% hint style="info" %}

1. A fájl megnyitásához használd: <https://editor.swagger.io/> > File > Import file

2. Autentikációról: <https://apidoc.webshippy.com/#authnetikacio-api-kulcs-generalasa>
   {% endhint %}

3. **Aktuális verzió** \
   openapi: 3.0.3\
   title: Webshippy API version: 1.0.0
   1. Fejlesztői üzemmód:
      1. ha a countryCode = HU csak akkor küldünk GLS-t
      2. ha a zipCode "1"-sel kezdődik akkor a Webshippy Prio is listázódik
   2. Éles üzemmód:
      1. ha a countryCode = HU, akkor GLS
      2. ha budapesti cím, akkor Webshippy Prio is listázódik


---

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