[NEWS] 31 stycznia 2025 roku wyłączymy zasoby /parcel-management służące do zarządzania przesyłkami w ramach Wysyłam z Allegro / On January 31, 2025, we will remove the /parcel-management resources used to manage shipments as part of Ship with Allegro
- Dominant language
- No language data
- Stars
- 244
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
**31 stycznia 2025 roku** całkowicie usuniemy zasoby na ścieżce **/parcel-management**, służące do zarządzania przesyłkami w ramach Wysyłam z Allegro.
Zadbaj o to, aby do tego czasu Twoje oprogramowanie korzystało już 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).
---------
**On January 31, 2025**, we will completely remove the resources on the **/parcel-management** path used to manage shipments within Ship with Allegro.
Please ensure that your software uses the equivalent of these resources in the **/shipment-management** path:
- [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).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.