[NEWS] Wielowariantowość - wyłączamy wersję beta / Multi-variants - end of supporting beta version
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 244
- Forks
- 40
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Zgodnie z [wcześniejszą zapowiedzią](https://developer.allegro.pl/news/#multi-variants) przypominamy, że od **27.04.2020** przestaniemy wspierać wersję beta zasobów, dzięki którym połączysz oferty w ofertę wielowariantową.
**W wersji public wprowadziliśmy zmiany, dzięki którym łatwiej obsłużysz oferty wielowariantowe:**
- **Możesz edytować oferty połączone automatycznie**. Do tej pory przy próbie utworzenia nowej oferty wielowariantowej w kategorii, w której [automatycznie połączyliśmy oferty](https://allegro.pl/dla-sprzedajacych/wprowadzamy-automatyczne-laczenie-ofert-w-oferty-wielowariantowe-EYWkzVmdOsD), zwracaliśmy błąd.
- **Oddzielamy tworzenie od edycji ofert wielowariantowych**. Za pomocą zasobów:
- [POST /sale/offer-variants](https://developer.allegro.pl/documentation/#operation/createVariantSet) - utworzysz ofertę wielowariantową. Wcześniej musiałeś wygenerować UUID i przekazać go w URL przez metodę PUT, teraz nie będzie to konieczne - identyfikator otrzymasz w odpowiedzi;
- [PUT /sale/offer-variants/{setId}](https://developer.allegro.pl/documentation/#operation/updateVariantSet) - edytujesz ofertę wielowariantową.
Więcej na temat nowego modelu wielowariantowości znajdziesz w [naszym poradniku](https://developer.allegro.pl/multi_variant_offers/).
Lista zasobów, które udostępniliśmy w wersji public:
- [POST /sale/offer-variants](https://developer.allegro.pl/documentation/#operation/createVariantSet),
- [PUT /sale/offer-variants/{setId}](https://developer.allegro.pl/documentation/#operation/updateVariantSet),
- [GET /sale/offer-variants/{setId}](https://developer.allegro.pl/documentation/#operation/getVariantSet),
- [GET /sale/offer-variants](https://developer.allegro.pl/documentation/#operation/getVariantSets),
- [DELETE /sale/offer-variants/{setId}](https://developer.allegro.pl/documentation/#operation/deleteVariantSet).
-----
According to our [previous announcement](https://developer.allegro.pl/en/news/#multi-variants) we remind you that from **April 27, 2020** we will stop supporting beta version of resources that allows you to combine offers into multi-variant offer.
**In the public version we have introduced changes that will simplify working with multi-variant offers.**
- **You can edit automatically combined offers**. Up to this date, when you tried to create a new multi-variant offer [in category where we automatically link offers](https://allegro.pl/dla-sprzedajacych/wprowadzamy-automatyczne-laczenie-ofert-w-oferty-wielowariantowe-EYWkzVmdOsD), we returned an error.
- **Creating new and editing existing multi-variant offers is handled by two separated resources:**
- [POST /sale/offer-variants](https://developer.allegro.pl/documentation/#operation/createVariantSet) - you can create a multi-variant offer. Previously you had to generate a UUID and provide it in the URL via the PUT method, now it will not be necessary - you will receive the ID in response;
- [PUT /sale/offer-variants/{setId}](https://developer.allegro.pl/documentation/#operation/updateVariantSet) - you can edit multi-variant offer.
You will find more information about the new model of multi-variants resources in [our guide](https://developer.allegro.pl/en/multi_variant_offers/).
The list of resources that we have released in public version::
- [POST /sale/offer-variants](https://developer.allegro.pl/documentation/#operation/createVariantSet),
- [PUT /sale/offer-variants/{setId}](https://developer.allegro.pl/documentation/#operation/updateVariantSet),
- [GET /sale/offer-variants/{setId}](https://developer.allegro.pl/documentation/#operation/getVariantSet),
- [GET /sale/offer-variants](https://developer.allegro.pl/documentation/#operation/getVariantSets),
- [DELETE /sale/offer-variants/{setId}](https://developer.allegro.pl/documentation/#operation/deleteVariantSet).
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.