[NEWS] Wysyłam z Allegro - 28 listopada 2025 wprowadzimy zmiany w sposobie nadawania przesyłek InPost / Ship with Allegro - on November 28, 2025, we will introduce changes to the way InPost shipments are sent
- Langage dominant
- Aucune donnée de langage
- Étoiles
- 244
- Forks
- 40
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Za pomocą [Wysyłam z Allegro](https://developer.allegro.pl/tutorials/jak-zarzadzac-przesylkami-przez-wysylam-z-allegro-LRVjK7K21sY) nadasz m.in. przesyłki Allegro InPost, które wymagają dodania tokenu do API ShipX w ustawieniach [Integracja z InPost](https://salescenter.allegro.com/ship-with-allegro/settings#inpost-integration) oraz [Allegro International](https://help.allegro.com/pl/sell/a/allegro-international-czechy-informacje-dla-sprzedajacych-3AdEKV0RruE), gdzie przewoźnik InPost odbiera od Ciebie przesyłki. Dla wszystkich tych przypadków, **28 listopada 2025** wprowadzimy spójny sposób nadawania przesyłek InPost w Paczkomacie lub PaczkoPunkcie InPost.
**Jak jest obecnie?**
1. Obecnie, podczas nadawania przesyłek dla metod dostawy z **"carrierId": "INPOST"**:
- **Allegro miniKurier24 InPost**, ID: 9081532b-5ad3-467d-80bc-9252982e9dd8,
- **Allegro miniKurier24 InPost pobranie**, ID:98f86f81-0018-41c5-ac83-073a56fc7021,
- **Allegro Kurier24 InPost**, ID: 5d9c7838-e05f-4dec-afdd-58e884170ba7,
- **Allegro Kurier24 InPost pobranie**, ID: 85c3ad2f-4ec1-446c-866e-63473ed10e26,
- **Allegro Paczkomaty InPost**, ID: 2488f7b7-5d1c-4d65-b85c-4cbcf253fd93,
- **Allegro Paczkomaty InPost pobranie**, ID: b20ef9e1-faa2-4f25-9032-adbea23e5cb9,
aby nadać przesyłkę w Paczkomacie lub PaczkoPunkcie InPost, korzystając z [POST /shipment-management/shipments/create-commands](https://developer.allegro.pl/documentation/#operation/createNewShipment), w części **"additionalProperties.inpost#sendingMethod"** możesz przekazać jedną z poniższych wartości metody nadania:
- **parcel_locker** - nadaj w paczkomacie InPost,
- **dispatch_order** - zleć odbiór/zamów kuriera,
- **pop** - nadaj w Punkcie Obsługi Przesyłek,
- **any_point** - nadaj w dowolnym automacie Paczkomacie lub PaczkoPunkcie InPost.
Pobierzesz je dla wybranej metody dostawy z **"carrierId": "INPOST"**, za pomocą [GET /shipment-management/delivery-services](https://developer.allegro.pl/documentation/#operation/getDeliveryServices), w polu **"additionalProperties"**.
2. Dla metod Allegro International, z **"carrierId": "ALLEGRO"** obsługiwanych przez InPost:
- **Allegro International Czechy Odbiór w Punkcie**, ID: 0779bdbb-2043-4ed0-aff7-b3146fe9f54a,
- **Allegro International Czechy Odbiór w Punkcie**, ID: 0af0a4e4-2043-4ed0-aff7-b3146fe9f54a,
- **Allegro International Czechy Odbiór w Punkcie pobranie**, ID: 1037d74a-2043-4ed0-aff7-b3146fe9f54a,
- **Allegro International Czechy Odbiór w Automacie**, ID: 0bdd3bfb-32c6-4602-b78f-b3146fe9f54a,
- **Allegro International Czechy Odbiór w Automacie Paczkowym**, ID: 0e40225c-32c6-4602-b78f-b3146fe9f54a,
- **Allegro International Czechy Odbiór w Automacie Paczkowym pobranie**, ID: 191819e3-32c6-4602-b78f-b3146fe9f54a,
- **Allegro International Czechy Kurier**, ID: 05621e8a-1bcc-4dad-98c4-b3146fe9f54a,
- **Allegro International Czechy Kurier**, ID: 0c7805b4-1bcc-4dad-98c4-b3146fe9f54a,
- **Allegro International Czechy Kurier pobranie**, ID: 1401412f-1bcc-4dad-98c4-b3146fe9f54a,
nie udostępnialiśmy dotychczas dedykowanego procesu nadawania przesyłek w Paczkomacie lub PaczkoPunkcie InPost.
**Co zmienimy?**
**28 listopada 2025** wprowadzimy nowy sposób nadania przesyłki InPost w Paczkomacie lub PaczkoPunkcie InPost:
1. W odpowiedzi dla [GET /shipment-management/delivery-services](https://developer.allegro.pl/documentation/#operation/getDeliveryServices), zwrócimy wartość **“additionalServices[].sendingAtPoint”**, który oznacza możliwość nadania w punkcie. **Od 1 marca 2026** zarówno dla metod dostawy z **"carrierId": "INPOST"**, jak i w.w. metod [Allegro International](https://help.allegro.com/pl/sell/a/allegro-international-czechy-informacje-dla-sprzedajacych-3AdEKV0RruE) będzie to jedyny sposób nadania przesyłki w Paczkomacie lub PaczkoPunkcie InPost.
2. Dlatego jeśli tworzysz nową przesyłkę InPost za pomocą [POST /shipment-management/shipments/create-commands](https://developer.allegro.pl/documentation/#operation/createNewShipment) i chcesz ją nadać w punkcie, dla wybranej metody dostawy z **"carrierId": "INPOST"** oraz w.w. metod [Allegro International](https://help.allegro.com/pl/sell/a/allegro-international-czechy-informacje-dla-sprzedajacych-3AdEKV0RruE) przekaż metodę nadania **“additionalServices[].sendingAtPoint”**:
```
…
"additionalServices": [
"sendingAtPoint"
],
…
```
**Co musisz wiedzieć?**
1. **Do końca lutego 2026** w przypadku nadawania przesyłek dla metod dostawy z **"carrierId": "INPOST"**, będziemy wspierać dwa rozwiązania:
- żądania z wartością, którą przekazujesz w **"additionalProperties.inpost#sendingMethod"** realizować będziemy tak jak dotychczas,
- natomiast jeśli skorzystasz z nowej wartości w **“additionalServices[].sendingAtPoint”** - zignorujemy zawartość wskazaną w **"additionalProperties.inpost#sendingMethod"**.
2. **Od 1 marca 2026** zarówno dla metod dostawy z **"carrierId": "INPOST"**, jak i w.w. metod Allegro International korzystaj z wartości **“additionalServices[].sendingAtPoint”**.
Więcej informacji na temat nadawania przesyłek InPost, jak i całej usługi Wysyłam z Allegro w Allegro API znajdziesz w [naszym poradniku](https://developer.allegro.pl/tutorials/how-to-manage-parcels-via-ship-with-allegro-ZM9YAyGKWTV).
--------
Using [Ship with Allegro](https://developer.allegro.pl/tutorials/jak-zarzadzac-przesylkami-przez-wysylam-z-allegro-LRVjK7K21sY) you can send e.g. Allegro InPost shipments, which require adding a token to the ShipX API in the [InPost Integration](https://salescenter.allegro.com/ship-with-allegro/settings#inpost-integration) settings and [Allegro International](https://help.allegro.com/pl/sell/a/allegro-international-czechy-informacje-dla-sprzedajacych-3AdEKV0RruE), where the InPost carrier collects your shipments. **On November 28, 2025**, we'll be introducing a new consistent way InPost shipments are sent via a Parcel Locker or InPost Parcel Point.
**How is it now?**
1. Currently, when sending shipments for delivery methods with **"carrierId": "INPOST"**:
- **Allegro miniKurier24 InPost**, ID: 9081532b-5ad3-467d-80bc-9252982e9dd8,
- **Allegro miniKurier24 InPost payment on delivery**, ID:98f86f81-0018-41c5-ac83-073a56fc7021,
- **Allegro Kurier24 InPost**, ID: 5d9c7838-e05f-4dec-afdd-58e884170ba7,
- **Allegro Kurier24 InPost payment on delivery**, ID: 85c3ad2f-4ec1-446c-866e-63473ed10e26,
- **Allegro Paczkomaty InPost**, ID: 2488f7b7-5d1c-4d65-b85c-4cbcf253fd93,
- **Allegro Paczkomaty InPost payment on delivery**, ID: b20ef9e1-faa2-4f25-9032-adbea23e5cb9,
to send a shipment from a Parcel Locker or InPost Parcel Point, using [POST /shipment-management/shipments/create-commands](https://developer.allegro.pl/documentation/#operation/createNewShipment), in the **"additionalProperties.inpost#sendingMethod"** part, you can pass one of the following values for the sending method:
- **parcel_locker** - send it to an InPost parcel locker,
- **dispatch_order** - arrange a pickup/order a courier,
- **pop** - send it at the Parcel Service Point,
- **any_point** - send it at any Parcel Locker or InPost Parcel Point.
You will retrieve them for the selected shipping method with **"carrierId": "INPOST"**, using [GET /shipment-management/delivery-services](https://developer.allegro.pl/documentation/#operation/getDeliveryServices), in the "additionalProperties" field.
2. For [Allegro International](https://help.allegro.com/pl/sell/a/allegro-international-czechy-informacje-dla-sprzedajacych-3AdEKV0RruE) delivery methods, with **"carrierId": "ALLEGRO"** handled by InPost:
- **Allegro International Pick-up Point Czechia, InPost**, ID: 0779bdbb-2043-4ed0-aff7-b3146fe9f54a,
- **Allegro International Pick-up Point Czechia, InPost**, ID: 0af0a4e4-2043-4ed0-aff7-b3146fe9f54a,
- **Allegro International Pick-up Point Czechia payment on delivery, InPost**, ID: 1037d74a-2043-4ed0-aff7-b3146fe9f54a,
- **Allegro International Parcel Lockers Czechia, InPost**, ID: 0bdd3bfb-32c6-4602-b78f-b3146fe9f54a,
- **Allegro International Parcel Lockers Czechia, InPost**, ID: 0e40225c-32c6-4602-b78f-b3146fe9f54a,
- **Allegro International Parcel Lockers Czechia payment on delivery, InPost**, ID: 191819e3-32c6-4602-b78f-b3146fe9f54a,
- **Allegro International Courier Czechia, Inpost**, ID: 05621e8a-1bcc-4dad-98c4-b3146fe9f54a,
- **Allegro International Courier Czechia, Inpost**, ID: 0c7805b4-1bcc-4dad-98c4-b3146fe9f54a,
- **Allegro International Courier Czechia payment on delivery, Inpost**, ID: 1401412f-1bcc-4dad-98c4-b3146fe9f54a,
we have not yet provided a dedicated process for sending shipments via a Parcel Locker or InPost Parcel Point.
**What will we change?**
**On November 28, 2025**, we will introduce a new way to send an InPost shipments at a Parcel Locker or InPost Parcel Point:
1. In response to [GET /shipment-management/delivery-services](https://developer.allegro.pl/documentation/#operation/getDeliveryServices), we will return the value "additionalServices[].sendingAtPoint", which indicates the ability to ship at a point. **From March 1, 2026**, for both delivery methods with **"carrierId": "INPOST"** and the above-mentioned [Allegro International](https://help.allegro.com/pl/sell/a/allegro-international-czechy-informacje-dla-sprzedajacych-3AdEKV0RruE) methods, this will be the only way to send a shipment from a Parcel Locker or InPost Parcel Point.
2. Therefore, if you create a new InPost shipment using [POST /shipment-management/shipments/create-commands](https://developer.allegro.pl/documentation/#operation/createNewShipment) and want to send it at a point, for the selected delivery method with **"carrierId": "INPOST**" and the above-mentioned [Allegro International](https://help.allegro.com/pl/sell/a/allegro-international-czechy-informacje-dla-sprzedajacych-3AdEKV0RruE) methods, pass the sending method "additionalServices[].sendingAtPoint":
```
…
"additionalServices": [
"sendingAtPoint"
],
…
```
**What do you need to know?**
1. **Until the end of February 2026**, when sending shipments using the delivery method **"carrierId": "INPOST"**, we will support two solutions:
- requests with the value you pass in **"additionalProperties.inpost#sendingMethod"** will be processed as before,
- however, if you use the new value in **"additionalServices[].sendingAtPoint"**, we will ignore the content specified in **"additionalProperties.inpost#sendingMethod"**.
2. **From March 1, 2026**, use the **“additionalServices[].sendingAtPoint”** value for both delivery methods with **"carrierId": "INPOST"** and the above-mentioned [Allegro International](https://help.allegro.com/pl/sell/a/allegro-international-czechy-informacje-dla-sprzedajacych-3AdEKV0RruE) methods.
More information about sending InPost parcels and the entire Sending from Allegro service in the Allegro API can be found in [our guide](https://developer.allegro.pl/tutorials/how-to-manage-parcels-via-ship-with-allegro-ZM9YAyGKWTV).
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.