# 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: 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/shipping-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.
