allegro / allegro/allegro-api

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

未關閉
#7,543 9 則留言 0 個 reaction 已指派 1 人 已被 @MartaNowaczyk 認領 在 GitHub 檢視
News
主要語言
沒有語言資料
星號
244
分支
40
PR 合併指標
30 天內沒有已合併 PR

描述

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).

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。