allegro / allegro/allegro-api

[NEWS] Dyskusje - dodaliśmy informacje o roszczeniach kupującego | Discussions - we have added information about the buyer's claims

Aberta
#7,543 9 comentários 0 reações 1 responsável Reivindicada por @MartaNowaczyk Ver no GitHub
News
Linguagem predominante
Sem dados de linguagem
Estrelas
244
Forks
40
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Głównym celem Dyskusji jest pomoc kupującemu w rozwiązaniu problemu przy jednoczesnym wsparciu sprzedającego. Zgodnie z [komunikatem](https://allegro.pl/pomoc/aktualnosci/sprawdz-zmiany-w-dyskusjach-ktore-wprowadzimy-we-wrzesniu-eKaRo43xDS1) na stronie dla sprzedających, **od 18 września 2023**, jeśli przy otwarciu dyskusji kupujący wybierze powód **"problem z produktem"**, będzie musiał wskazać swoje oczekiwania, dlatego w API dodaliśmy informacje o roszczeniach kupującego.

**Jakich zasobów dotyczy zmiana?**

- [GET /sale/disputes](https://developer.allegro.pl/documentation#operation/getListOfDisputesUsingGET) - pobierz wszystkie dyskusje na danym koncie,
- [GET /sale/disputes/{disputeId}](https://developer.allegro.pl/documentation#operation/getDisputeUsingGET) - pobierz szczegółowe informacje o dyskusji.

**Co zmieniliśmy?**

Zwracamy informacje o oczekiwaniach kupującego co do wyniku sporu oraz jego szczegóły w nowym obiekcie:
```
"claim": {
"name": "częściowy zwrot pieniędzy",
"description": "Zwrot 27 zł"
}
```
Więcej informacji o zarządzaniu dyskusjami za pomocą API Allegro znajdziesz w [naszym poradniku](https://developer.allegro.pl/tutorials/jak-zarzadzac-dyskusjami-E7Zj6gK7ysE).

---

The main purpose of the Discussions is to help the buyer solve the problem, with the support of the seller. According to the [announcement](https://allegro.pl/pomoc/aktualnosci/sprawdz-zmiany-w-dyskusjach-ktore-wprowadzimy-we-wrzesniu-eKaRo43xDS1) on the For Sellers page, **from September 18, 2023**, if buyers select the reason **"problem with the product"** during the opening discussion, they will have to indicate their expectations, so we have added information about buyer claims in the API.

**What resources are affected by the change?**

- [GET /sale/disputes](https://developer.allegro.pl/documentation#operation/getListOfDisputesUsingGET) - get the user's disputes,
- [GET /sale/disputes/{disputeId}](https://developer.allegro.pl/documentation#operation/getDisputeUsingGET) - get details about the disputes.

**What have we changed?**

We return information about the buyer's expectations of the outcome of the dispute and its details in the new object:

```
"claim": {
"name": "partial refund",
"description": "27 PLN refund"
}
```
For more information about managing discussions using the Allegro API, check out our [tutorial](https://developer.allegro.pl/tutorials/how-to-manage-discussions-VL6Yr40e5t5).

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.