allegro / allegro/allegro-api

[NEWS] Przypomnienie: wyłączymy zasoby /sale/offers i /sale/offers/{offerId} - pozostał tylko miesiąc! / Reminder: we will disable the resources /sale/offers and /sale/offers/{offerId} - only one month left!

Aperta
#8,085 5 commenti 0 reazioni 1 assegnatario Rivendicata da @AureliuszBrussy Vedi su GitHub
News
Lingua principale
Nessun dato sulla lingua
Stelle
244
Fork
40
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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). Nie usuniemy natomiast możliwości pobrania listy ofert, czyli [GET /sale/offers](https://developer.allegro.pl/documentation#operation/searchOffersUsingGET).

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

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). What we will not remove is the ability to retrieve the list of offers, i.e. [GET /sale/offers](https://developer.allegro.pl/documentation#operation/searchOffersUsingGET).

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

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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.