-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEWS] Udostępniliśmy zasoby do zarządzania Centrum wiadomości / We have added resources for Message Center management #4727
Comments
@shambo666 Dziękuję za zwrócenie uwagi, dokonamy niezbędnej poprawki. |
@MartaNowaczyk Bardzo dziękujemy za implementację API wiadomości, bardzo długo my i nasi klienci na to czekali. Natomiast wydaje mi się, że można by było to trochę bardziej zoptymalizować aby ilość zapytań do API nie była aż taka duża, co znacząco zmniejszy obciążenie waszego serwera. Według mojej oceny dodanie zakresu dat tak jak trafnie zostało to dodane do listy wiadomości dla głównego wątku.
Może warto by było również zwiększyć ilość (limit) pobierania wiadomości.? Chyba, że pracujecie nad jakimiś innymi rozwiązaniami, bo te obecne nie są zbyt optymalne, lub może czegoś nie wiemy (brak w dokumentacji)? Pozdrawiam serdecznie. |
@daniel8702 Dokumentacja na chwilę obecną zawiera wszystkie niezbędne i obowiązujące informacje. Swoje sugestie co do dalszego rozwoju Centrum wiadomości proszę zamieść w Discussions. |
@MaciejFrackowiak, proszę informujcie o takich zmianach zmiana nazwy pola w API z "id" na "login". |
@tomasz-grzesik Ta zmiana jest zgodna z dokumentacją - wcześniej zwracane pole było niezgodne jak zauważył @shambo666. |
Jeśli developerzy mają sugerować się dokumentacją, a nie aktualnie zwracanymi polami, to macie sporo do zaktualizowania w dokumentacji. |
@tomasz-grzesik Staramy się poprawiać wszelkie braki i niedoskonałości jak tylko możemy. |
Nie ma sprawy. W sumie to pole id kompletnie tam nie pasowało :) |
Hi, |
@whyun1 I checked resources a minute ago and everything worked fine. Please, give me a trace-id of your request, I will check it in our logs. |
Hi. |
Centrum wiadomości to miejsce komunikowania się kupujących i sprzedających. To połączenie czata i poczty elektronicznej, w którym znajdziesz korespondencję prowadzoną w ramach Allegro, jak i wiadomości od kupujących.
Udostępniliśmy dzisiaj nowe zasoby, dzięki którym obsłużysz Centrum wiadomości za pośrednictwem naszego API:
GET /messaging/threads - pobierz listę wszystkich wątków,
GET /messaging/threads/{threadId} - pobierz szczegółowe informacje o danym wątku,
PUT /messaging/threads/{threadId}/read - oznacz wybrany wątek jako przeczytany,
POST /messaging/messages - napisz nową wiadomość,
GET /messaging/threads/{threadId}/messages - pobierz listę wiadomości dla wybranego wątku,
POST /messaging/threads/{threadId}/messages - napisz nową wiadomość w wybranym wątku,
GET /messaging/messages/{messageId} - pobierz szczegółowe informacje o danej wiadomości,
DELETE /messaging/messages/{messageId} - usuń wybraną wiadomość,
POST /messaging/message-attachments - dodaj deklarację załącznika,
PUT /messaging/message-attachments/{attachmentId} - dodaj załącznik,
GET /messaging/message-attachments/{attachmentId} - pobierz załącznik.
Więcej informacji o Centrum wiadomości znajdziesz w naszym poradniku.
The Message Center is the place where the buyers and the sellers communicate each other. It is a combination of chat and e-mail, in which you will find correspondence conducted within Allegro, as well as messages from buyers.
Today, we released new resources to help you operate the Message Center via our API:
GET /messaging/threads - retrieve the list of user threads,
GET /messaging/threads/{threadId} - retrieve a thread with provided identifier,
PUT /messaging/threads/{threadId}/read - mark a particular thread as read,
POST /messaging/messages - write a new message to recipient,
GET /messaging/threads/{threadId}/messages - retrieve a list of messages in thread with provided identifier,
POST /messaging/threads/{threadId}/messages - write a new message in existing thread,
GET /messaging/messages/{messageId} - retrieve a message with provided identifier,
DELETE /messaging/messages/{messageId} - delete message with provided identifier,
POST /messaging/message-attachments - add attachment declaration before uploading,
PUT /messaging/message-attachments/{attachmentId} - upload attachment using identifier that was declared,
GET /messaging/message-attachments/{attachmentId} - download attachment with provided identifier.
You can find more information about the Message Center in our guide.
The text was updated successfully, but these errors were encountered: