allegro / allegro/allegro-api

[NEWS] W czwartym kwartale 2024 roku wyłączymy zasoby /parcel-management służące do zarządzania przesyłkami w ramach Wysyłam z Allegro / In the fourth quarter of 2024, we will remove the /parcel-management resources used to manage shipments as part of Ship with Allegro

Abierto
#8,728 4 comentarios 0 reacciones 1 asignado Reclamado por @Lukasz-Zurek Ver en GitHub
News
Lenguaje dominante
Sin datos de lenguaje
Estrellas
244
Forks
40
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

W czwartym kwartale 2024 roku całkowicie usuniemy zasoby na ścieżce /parcel-management, służące do zarządzania przesyłkami w ramach Wysyłam z Allegro.

We wrześniu 2023 roku, z uwagi na potrzebę optymalizacji procesu zarządzania przesyłkami oraz konieczność dostosowania się do systemu w oparciu, o który funkcjonują nasi operatorzy logistyczni, udostępniliśmy nowe zasoby na ścieżce /shipment-management, za pomocą których m.in.:

Zasoby /shipment-management będą jedynymi, które umożliwią zarządzanie przesyłkami w ramach usługi Wysyłam z Allegro. Zadbaj o to, aby przed całkowitym wyłączeniem zasobów /parcel-management Twoje oprogramowanie korzystało z odpowiedników tych zasobów na ścieżce  /shipment-management:

**Opis endpointu** | **Endpoint, który usuniemy** | **Odpowiednik endpointu**
-- | -- | --
Pobierz listę dostępnych usług dostawy | [GET /parcel-management/delivery-services](https://developer.allegro.pl/documentation/#operation/getAvailableDeliveryServices) | [GET /shipment-management/delivery-services](https://developer.allegro.pl/documentation/#operation/getDeliveryServices)
Utwórz nową paczkę | [PUT /parcel-management/parcel-create-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/createNewParcel) | [POST /shipment-management/shipments/create-commands](https://developer.allegro.pl/documentation/#operation/createNewShipment)
Sprawdź status utworzenia paczki | [GET /parcel-management/parcel-create-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/getParcelCreationStatus) | [GET /shipment-management/shipments/create-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/getShipmentCreationStatus)
Anuluj paczkę | [PUT /parcel-management/parcel-cancel-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/cancelParcel) | [POST /shipment-management/shipments/cancel-commands](https://developer.allegro.pl/documentation/#operation/cancelShipment)
Sprawdź status anulowania paczki | [GET /parcel-management/parcel-cancel-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/getParcelCancellationStatus) | [GET /shipment-management/shipments/cancel-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/getShipmentCancellationStatus)
Pobierz szczegółowe dane paczki | [GET /parcel-management/parcels/{parcelId}](https://developer.allegro.pl/documentation/#operation/getParcelDetails) | [GET /shipment-management/shipments/{shipmentId}](https://developer.allegro.pl/documentation/#operation/getShipmentDetails)
Utwórz etykietę | [GET /parcel-management/parcels/label](https://developer.allegro.pl/documentation/#operation/getParcelLabel) | [POST /shipment-management/label](https://developer.allegro.pl/documentation/#operation/getShipmentLabels)
Pobierz protokół nadania | [GET /parcel-management/parcels/protocol](https://developer.allegro.pl/documentation/#operation/getParcelsProtocol) | [POST /shipment-management/protocol](https://developer.allegro.pl/documentation/#operation/getShipmentProtocol)
Pobierz propozycje daty odbioru paczek przez kuriera | [GET /parcel-management/pickup-date-proposals](https://developer.allegro.pl/documentation/#operation/getParcelsPickupDateProposals) | [POST /shipment-management/pickup-proposals](https://developer.allegro.pl/documentation/#operation/getPickupProposals)
Zamów odbiór paczek przez kuriera | [PUT /parcel-management/parcel-pickup-request-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/requestParcelPickup) | [POST /shipment-management/pickups/create-commands](https://developer.allegro.pl/documentation/#operation/createPickup)
Sprawdź status zamówienia odbioru paczek | [GET /parcel-management/parcel-pickup-request-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/getParcelPickupStatus) | [GET /shipment-management/pickups/create-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/createPickupStatus)

Więcej informacji o zasobach **/shipment-management** znajdziesz w [naszym poradniku](https://developer.allegro.pl/tutorials/jak-zarzadzac-przesylkami-przez-wysylam-z-allegro-LRVjK7K21sY).

---------

**In the fourth quarter of 2024**, we will completely remove the resources on the **/parcel-management** path used to manage shipments within Ship with Allegro.

[In September 2023](https://developer.allegro.pl/news/we-have-introduced-new-resources-for-creating-and-managing-shipments-with-ship-with-allegro-g06o4LAZ0C4), to optimize the shipment management process and to adapt to the system based on which our logistics operators operate, we introduced new resources on the **/shipment-management** path, through which you will, among others:

- [create a new shipment](https://developer.allegro.pl/tutorials/how-to-manage-parcels-via-ship-with-allegro-ZM9YAyGKWTV#how-to-create-a-new-shipment),
- [request shipments pickup](https://developer.allegro.pl/tutorials/how-to-manage-parcels-via-ship-with-allegro-ZM9YAyGKWTV#how-to-request-shipment-pickup-by-a-courier),
- [create a label](https://developer.allegro.pl/tutorials/how-to-manage-parcels-via-ship-with-allegro-ZM9YAyGKWTV#how-to-create-a-label-for-shipment).

The **/shipment-management** resources will be the only ones that will enable you to manage shipments as part of the Ship with Allegro. Before completely removing **/parcel-management** resources, ensure that your software uses the equivalent of these resources in the **/shipment-management** path:

**Endpoint description** | **Endpoint that we will remove** | **Endpoint equivalent**
-- | -- | --
Get available delivery services | [GET /parcel-management/delivery-services](https://developer.allegro.pl/documentation/#operation/getAvailableDeliveryServices) | [GET /shipment-management/delivery-services](https://developer.allegro.pl/documentation/#operation/getDeliveryServices)
Create new shipment | [PUT /parcel-management/parcel-create-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/createNewParcel) | [POST /shipment-management/shipments/create-commands](https://developer.allegro.pl/documentation/#operation/createNewShipment)
Get shipment creation command status | [GET /parcel-management/parcel-create-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/getParcelCreationStatus) | [GET /shipment-management/shipments/create-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/getShipmentCreationStatus)
Cancel shipment | [PUT /parcel-management/parcel-cancel-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/cancelParcel) | [POST /shipment-management/shipments/cancel-commands](https://developer.allegro.pl/documentation/#operation/cancelShipment)
Get shipment cancellation status | [GET /parcel-management/parcel-cancel-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/getParcelCancellationStatus) | [GET /shipment-management/shipments/cancel-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/getShipmentCancellationStatus)
Get shipment details | [GET /parcel-management/parcels/{parcelId}](https://developer.allegro.pl/documentation/#operation/getParcelDetails) | [GET /shipment-management/shipments/{shipmentId}](https://developer.allegro.pl/documentation/#operation/getShipmentDetails)
Get shipments labels | [GET /parcel-management/parcels/label](https://developer.allegro.pl/documentation/#operation/getParcelLabel) | [POST /shipment-management/label](https://developer.allegro.pl/documentation/#operation/getShipmentLabels)
Get shipments protocol | [GET /parcel-management/parcels/protocol](https://developer.allegro.pl/documentation/#operation/getParcelsProtocol) | [POST /shipment-management/protocol](https://developer.allegro.pl/documentation/#operation/getShipmentProtocol)
Get shipments pickup proposals | [GET /parcel-management/pickup-date-proposals](https://developer.allegro.pl/documentation/#operation/getParcelsPickupDateProposals) | [POST /shipment-management/pickup-proposals](https://developer.allegro.pl/documentation/#operation/getPickupProposals)
Request shipments pickup | [PUT /parcel-management/parcel-pickup-request-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/requestParcelPickup) | [POST /shipment-management/pickups/create-commands](https://developer.allegro.pl/documentation/#operation/createPickup)
Create pickup command status | [GET /parcel-management/parcel-pickup-request-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/getParcelPickupStatus) | [GET /shipment-management/pickups/create-commands/{commandId}](https://developer.allegro.pl/documentation/#operation/createPickupStatus)

You will find more information about **/shipment-management** resources in [our tutorial](https://developer.allegro.pl/tutorials/how-to-manage-parcels-via-ship-with-allegro-ZM9YAyGKWTV).

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.