[NEWS] Zamówienia - wprowadzimy czas dostawy i wysyłki / Orders - we will introduce delivery and dispatch times
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 244
- Fork
- 40
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Aby ułatwić Sprzedawcom terminową wysyłkę i dostawę zamówień, w drugiej połowie czerwca, w zamówieniach w API, dodamy informacje o czasie dostawy i wysyłki.
**Jakie zmiany wprowadzimy?**
Dla:
- [GET /order/checkout-forms/{id}](https://developer.allegro.pl/documentation/#operation/getOrdersDetailsUsingGET),
- [GET /order/checkout-forms](https://developer.allegro.pl/documentation/#operation/getListOfOrdersUsingGET),
w obiekcie **“delivery.time”** udostępnimy nowe pola:
- **“from”** i **“to”** - czas dostawy,
- **“dispatch.from”** i **“dispatch.to”** - czas wysyłki.
Informacje dotyczące:
- czasu dostawy - zwrócimy dla wszystkich metod dostawy z wyjątkiem metody "Dostawa i jej koszt ustalane ze sprzedającym" (1fa56f79-4b6a-4821-a6f2-ca9c16d5c925),
- czasu wysyłki - zwrócimy dla wszystkich metod dostawy.
**Przykładowy response:**
```
…
"delivery": {
"time": { - czas dostawy
"from": "2023-04-28T14:59:59.999Z", - czas dostawy od godz.
"to": "2023-04-28T22:59:59.999Z", - czas dostawy do godz.
"dispatch": { - czas wysyłki
"from": "2023-04-27T16:00:00Z", - czas wysyłki od godz.
"to": "2023-04-27T18:00:00Z" - czas wysyłki do godz.
},
"guaranteed": { - gwarantowany czas dostawy, oznaczony jako deprecated
"from": "2023-04-28T14:59:59.999Z",
"to": "2023-04-28T22:59:59.999Z"
}
}
},
…
```
Jednocześnie obiekt **“delivery.time.guaranteed”** oznaczyliśmy jako **Deprecated**, natomiast w przyszłości całkowicie go usuniemy. Obecnie zwracamy w nim informacje o gwarantowanym czasie dostawy dla metod dostawy Allegro One Kurier. Informacje te zwrócimy również w nowych polach **“delivery.time.from”** i **“delivery.time.to”**.
Więcej informacji na temat czasu dostawy i wysyłki znajdziesz w [Pomocy Allegro](https://allegro.pl/pomoc/dla-kupujacych/metody-dostawy/przewidywany-czas-dostawy-twojej-przesylki-z8alPejWRt7).
----------
To make it easier for Sellers to ship and deliver their orders on time, in the second half of June, we will add information about delivery and dispatch times in orders.
**What changes will we make?**
For:
- [GET /order/checkout-forms/{id}](https://developer.allegro.pl/documentation/#operation/getOrdersDetailsUsingGET),
- [GET /order/checkout-forms](https://developer.allegro.pl/documentation/#operation/getListOfOrdersUsingGET),
in the **“delivery.time”** object we will provide new fields:
- **“from”** and **“to”** - delivery time,
- **“dispatch.from”** and **“dispatch.to”** - dispatch time.
We will return:
- delivery time - for all delivery methods except the "Delivery and price to be agreed with seller" method (1fa56f79-4b6a-4821-a6f2-ca9c16d5c925),
- dispatch time - for all delivery methods.
**Sample response:**
```
…
"delivery": {
"time": { - delivery time
"from": "2023-04-28T14:59:59.999Z", - delivery time from
"to": "2023-04-28T22:59:59.999Z", - delivery time to
"dispatch": { - dispatch time
"from": "2023-04-27T16:00:00Z", - dispatch time from
"to": "2023-04-27T18:00:00Z" - dispatch time to
},
"guaranteed": { - guaranteed time of delivery, marked as deprecated
"from": "2023-04-28T14:59:59.999Z",
"to": "2023-04-28T22:59:59.999Z"
}
}
},
```
…
At the same time, we marked the **“delivery.time.guaranteed”** object as **Deprecated**, and we will completely remove it in the future. Currently, we return information about the guaranteed delivery time for Allegro One Courier delivery methods. We will also return this information in the new fields **“delivery.time.from”** and **“delivery.time.to”**.
More information on delivery and dispatch times you can find in [Allegro Help](https://allegro.pl/pomoc/dla-kupujacych/metody-dostawy/przewidywany-czas-dostawy-twojej-przesylki-z8alPejWRt7).
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.