[NEWS] Zamówienia Allegro REST API - gwarantowany czas dostawy w sekcji delivery / Orders in Allegro REST API - guaranteed time in the delivery section
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 244
- Fork
- 40
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Od dzisiaj w odpowiedzi dla poniższych zasobów:
- [GET /order/checkout-forms/{checkoutForm_id}](https://developer.allegro.pl/documentation/#operation/getOrdersDetailsUsingGET),
- [GET /order/checkout-forms](https://developer.allegro.pl/documentation/#operation/getListOfOrdersUsingGET).
otrzymasz informacje o gwarantowanym czasie dostawy w sekcji delivery. Gwarantowany czas dostawy zapewnia metoda dostawy Kurier X-press i Kurier X-press pobranie. Dla pozostałych metod dostawy w polu otrzymasz wartość null.
Metodę stopniowo udostępniamy kolejnym Sprzedawcom - [Szybkie dostawy na Allegro - program pilotażowy](https://allegro.pl/dla-sprzedajacych/szybkiedostawynaallegro-pilotaz#jakie-sa-maksymalne-wymiary-przesylki-).
**Przykład odpowiedzi z rozbudowaną sekcją delivery:**
```
"delivery": {
"address": {
"firstName": "Jan",
"lastName": "Kowalski",
"street": "Grunwaldzka 182",
"city": "Poznań",
"zipCode": "60-166",
"countryCode": "PL",
"companyName": "Moja firma S.A.",
"phoneNumber": "222333444"
},
"method": {
"id": "04b07522-70e5-4dc3-b13b-7918ea717539",
"name": "Kurier X-press"
},
"pickupPoint": null,
"cost": {
"amount": "20.00",
"currency": "PLN"
},
"smart": false,
"time": {
"guaranteed": { -- gwarantowany czas dostawy
"from": "2019-07-31T16:00:00Z", -- czas dostawy od godz.
"to": "2019-07-31T18:00:00Z" -- czas dostawy do godz.
}
}
},
```
Więcej informacji o obsłudze zamówień znajdziesz w [naszym poradniku](https://developer.allegro.pl/orders/).
-----
We have introduced more details in response, when you call:
- [GET /order/checkout-forms/{checkoutForm_id}](https://developer.allegro.pl/documentation/#operation/getOrdersDetailsUsingGET),
- [GET /order/checkout-forms](https://developer.allegro.pl/documentation/#operation/getListOfOrdersUsingGET).
You will receive information about guaranteed time of delivery. The Guaranteed time of delivery is ensured by delivery method Kurier X-press and Kurier X-press pobranie. For other delivery methods you will receive null.
This method is gradually rolled out to subsequent sellers - [Szybkie dostawy na Allegro - program pilotażowy](https://allegro.pl/dla-sprzedajacych/szybkiedostawynaallegro-pilotaz#jakie-sa-maksymalne-wymiary-przesylki-)
**You can find sample response with the delivery section below:**
```
"delivery": {
"address": {
"firstName": "Jan",
"lastName": "Kowalski",
"street": "Grunwaldzka 182",
"city": "Poznań",
"zipCode": "60-166",
"countryCode": "PL",
"companyName": "Moja firma S.A.",
"phoneNumber": "222333444"
},
"method": {
"id": "04b07522-70e5-4dc3-b13b-7918ea717539",
"name": "Kurier X-press"
},
"pickupPoint": null,
"cost": {
"amount": "20.00",
"currency": "PLN"
},
"smart": false,
"time": {
"guaranteed": { -- guaranteed time of delivery
"from": "2019-07-31T16:00:00Z", -- delivery time from
"to": "2019-07-31T18:00:00Z" -- delivery time to
}
}
},
```
You will find more information about orders in [our tutorial](https://developer.allegro.pl/en/orders/)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.