[NEWS] Przypomnienie: wraz z końcem 2023 roku wyłączymy zasoby /sale/offers i /sale/offers/{offerId} / Reminder: with the end of 2023, we will disable the resources /sale/offers and /sale/offers/{offerId}
- Vorherrschende Sprache
- Keine Sprachdaten
- Sterne
- 244
- Forks
- 40
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Przypominamy, że [zgodnie z zapowiedzią](https://developer.allegro.pl/news/na-poczatku-2024-roku-wylaczymy-zasoby-sale-offers-sluzace-do-tworzenia-i-edycji-ofert-BvqK3XOaEcW) **wraz z końcem 2023 roku** wyłączymy zasoby do tworzenia oraz edycji ofert ze ścieżek **/sale/offers** oraz **/sale/offers/{offerId}**. Zadbaj o to, żeby przed całkowitym wyłączeniem zasobów **/sale/offers** Twoje oprogramowanie korzystało z odpowiedników tych zasobów na ścieżce **/sale/product-offers**, które jako jedyne pozwolą Ci na utworzenie, pobranie oraz edycję oferty.
**Uwaga!** Na ścieżce **/sale/offers/{offerId}** usuniemy również możliwość pobierania szczegółów oferty za pomocą metody GET. Dlatego aby być przygotowanym na zmiany, zacznij korzystać z [GET /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation#operation/getProductOffer).
| **Endpoint, który usuniemy** | **Odpowiednik endpointu** |
| :--------: | :--------: |
| [POST /sale/offers](https://developer.allegro.pl/documentation#operation/createOfferUsingPOST) | [POST /sale/product-offers](https://developer.allegro.pl/documentation#operation/createProductOffers) |
| [PUT /sale/offers/{offerId}](https://developer.allegro.pl/documentation#operation/updateOfferUsingPUT) | [PATCH /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation#operation/editProductOffers) |
| [GET /sale/offers/{offerId}](https://developer.allegro.pl/documentation#operation/getOfferUsingGET) | [GET /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation#operation/getProductOffer) |
Od **listopada 2023**, w odpowiedzi na żądania do zasobów **/sale/offers**, rozpoczniemy także zwracać w tablicy "**validation.warnings[]**" informację o tym, że zasoby zostaną wyłączone. Ostrzeżenie to może zauważyć użytkownik Twojej aplikacji.
Aby ułatwić migrację na **/sale/product-offers**, w sekcji FAQ przygotowaliśmy [listę najczęściej zadawanych pytań](https://developer.allegro.pl/faq).
_________
[As announced](https://developer.allegro.pl/news/at-the-beginning-of-2024-we-will-disable-the-sale-offers-resources-for-creating-and-editing-offers-k1dG88KlxHv), **with the end of 2023** we will disable resources for creating and editing offers from the **/sale/offers** and **/sale/offers/{offerId}** paths. Only the **/sale/product-offers** resource will allow you to list, get, and edit offers. Ensure that your software uses the equivalent of these resources on the **/sale/product-offers** path before we completely disable the **/sale/offers** resources.
**Note** that on the **/sale/offers/{offerId}** path, we will also remove the possibility to retrieve the details of an offer using the **GET** method. Therefore, to be prepared for the changes, start using [GET /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation#operation/getProductOffer).
| **The endpoint we will delete** | **Endpoint equivalent** |
|:--------------------------------------------------------------------------:|:----------------------------------------------------------------------------------:|
| [POST /sales/offers](https://developer.allegro.pl/documentation#operation/createOfferUsingPOST) | [POST /sale/product-offers](https://developer.allegro.pl/documentation#operation/createProductOffers) |
| [PUT /sale/offers/{offerId}](https://developer.allegro.pl/documentation#operation/updateOfferUsingPUT) | [PATCH /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation#operation/editProductOffers) |
| [GET /sale/offers/{offerId}](https://developer.allegro.pl/documentation#operation/getOfferUsingGET) | [GET /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation#operation/getProductOffer) |
From **November 2023**, in response to requests to the **/sale/offers** resources, we will also start returning information in the "**validation.warnings[]**" array, that the resources will be disabled. This warning may be noticed by the user of your application.
To make the migration to **/sale/product-offers** easier, we have prepared [a list of frequently asked questions](https://developer.allegro.pl/faq) in the FAQ section.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.