allegro / allegro/allegro-api

[NEWS] Nowe statusy realizacji zamówienia / New statuses of order fulfillment

Open
#4,494 2 comments 1 reaction 1 assignee Claimed by @Lukasz-Zurek View on GitHub
News
Dominant language
No language data
Stars
244
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Aby ułatwić obsługę zamówień z odbiorem osobistym przesyłki w punkcie sprzedającego, dla zasobu:

- [PUT /order/checkout-forms/{id}/fulfillment](https://developer.allegro.pl/documentation/#operation/setOrderFulfillmentUsingPUT)

dodaliśmy dziś dwie nowe wartości:

- READY_FOR_PICKUP - gotowa do odbioru,
- PICKED_UP - odebrana,

które możesz przekazać w polu: **“status”** w celu aktualizacji statusu realizacji zamówienia.

Jednocześnie dla zasobów:

- [GET /order/checkout-forms](https://developer.allegro.pl/documentation/#operation/getListOfOrdersUsingGET),
- [GET /order/checkout-forms/{id}](https://developer.allegro.pl/documentation/#operation/getOrdersDetailsUsingGET),

nowe wartości będziemy zwracać w polu: **fulfillment.status**.

Więcej informacji na temat zmiany statusu realizacji zamówienia, znajdziesz w [naszym poradniku](https://developer.allegro.pl/orders/#zmiana-statusu-realizacji-zam%C3%B3wienia), natomiast pełną listę statusów - w [naszej dokumentacji](https://developer.allegro.pl/documentation/#operation/getListOfOrdersUsingGET).

---

To facilitate the handling of orders with personal pickup of the shipment at the pick-up point, for the resource:

- [PUT /order/checkout-forms/{id}/fulfillment](https://developer.allegro.pl/en/documentation/#operation/setOrderFulfillmentUsingPUT)

today we have added new values:

- READY_FOR_PICKUP,
- PICKED_UP,

which you can provide in the **“status”** field to update the status of the order.

At the same time for resources:

- [GET /order/checkout-forms](https://developer.allegro.pl/en/documentation/#operation/getListOfOrdersUsingGET),
- [GET /order/checkout-forms/{id}](https://developer.allegro.pl/en/documentation/#operation/getOrdersDetailsUsingGET),

we will return new values in the **fulfillment.status** field.

You can find more information on changing the status of an order in [our guide](https://developer.allegro.pl/en/orders/#order-fulfillment-status-change) and a full list of statuses - in [our documentation](https://developer.allegro.pl/en/documentation/#operation/getListOfOrdersUsingGET).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.