[NEWS] Nowe zasoby - Dyskusje
- Dominant language
- No language data
- Stars
- 244
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Udostępniliśmy zasoby, które pozwolą korzystać z dyskusji za pomocą REST API na koncie zautoryzowanego sprzedawcy.
Przygotowaliśmy następujące metody:
- [GET /sale/disputes](https://developer.allegro.pl/news/2018-09-18-Dyskusje/#GetAll) - chcę pobrać wszystkie dyskusje na danym koncie.
- [GET /sale/disputes?checkoutForm.id={checkoutForm.id} ](https://developer.allegro.pl/news/2018-09-18-Dyskusje/#GetForOffer)- chcę pobrać wszystkie dyskusje dla danego zamówienia.
- [GET /sale/disputes/{dispute.Id}](https://developer.allegro.pl/news/2018-09-18-Dyskusje/#GetOne) - chcę pobrać szczegółowe informacje o danej dyskusji.
- [GET/sale/disputes/{dispute.Id}/messages](https://developer.allegro.pl/news/2018-09-18-Dyskusje/#GetMessage) - chcę pobrać wiadomości z dyskusji.
- [GET /sale/dispute-attachments/{attachment.Id}](https://developer.allegro.pl/news/2018-09-18-Dyskusje/#GetAttach) - chcę pobrać załącznik.
- [POST /sale/disputes/{dispute.id}/messages](https://developer.allegro.pl/news/2018-09-18-Dyskusje/#PostMessage) - chcę dodać wiadomość w dyskusji.
- [POST /sale/dispute-attachments/](https://developer.allegro.pl/news/2018-09-18-Dyskusje/#PostAttach) - chcę dodać deklarację załącznika w dyskusji.
- [PUT https://upload.allegro.pl/dispute-attachments/{attachment.Id}](https://upload.allegro.pl/dispute-attachments/%7Battachment.Id) - chcę dodać załącznik do dyskusji.
Więcej informacji znajdziecie w [artykule.](https://developer.allegro.pl/news/2018-09-18-Dyskusje/)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.