[NEWS] Dodaliśmy zasoby do zarządzania podmiotami odpowiedzialnymi za zgodność produktu z przepisami unijnymi / We have introduced resources for managing responsible persons for the compliance of the product with EU regulations
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 244
- Fork
- 40
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Zgodnie z rozporządzeniem dotyczącym unijnych przepisów w ramach [Aktu prawnego o usługach cyfrowych (DSA)](https://commission.europa.eu/strategy-and-policy/priorities-2019-2024/europe-fit-digital-age/digital-services-act_en), **17 lutego 2024** wprowadzone zostaną zmiany, które obejmować będą m.in. ochronę przed odpowiedzialnością za treści użytkowników. Serwis Allegro będzie zobligowany do informowania o podmiocie, który jest odpowiedzialny za wystawiony przedmiot.
**Jakie zmiany wprowadziliśmy?**
Udostępniliśmy nowe zasoby do zarządzania podmiotami odpowiedzialnymi za zgodność produktu z przepisami unijnymi:
- [POST /sale/responsible-persons](https://developer.allegro.pl/documentation#operation/responsiblePersonsPOST) - utwórz nowy podmiot,
- [PUT /sale/responsible-persons/{id}](https://developer.allegro.pl/documentation#operation/responsiblePersonsPUT) - edytuj dany podmiot,
- [GET /sale/responsible-persons](https://developer.allegro.pl/documentation#operation/responsiblePersonsGET) - pobierz listę utworzonych podmiotów.
Więcej informacji o nowych zasobach znajdziesz w naszym [poradniku](https://developer.allegro.pl/tutorials/jak-zarzadzac-kontem-danymi-uzytkownika-ZM9YAKgPgi2#podmioty-odpowiedzialne-za-zgodnosc-produktu-z-przepisami-unijnymi).
Dodatkowo, dla:
- [POST /sale/product-offers](https://developer.allegro.pl/documentation#operation/createProductOffers),
- [PATCH /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation#operation/editProductOffers),
dodaliśmy nowy obiekt **"productSet.[0].responsiblePerson"**, w którym wskażesz podmiot odpowiedzialny za zgodność produktu z przepisami unijnymi - zdefiniujesz go wyłącznie dla głównego produktu.
Informacje te zwrócimy również, gdy skorzystasz z [GET /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation#operation/getProductOffer).
**Przykładowy response:**
```
…
"responsiblePerson":
{
"id": "string"
}
…
```
Informacje, jak przekazać nowe pole **"responsiblePerson"** podczas tworzenia oferty, znajdziesz w [naszym poradniku](https://developer.allegro.pl/tutorials/jak-jednym-requestem-wystawic-oferte-powiazana-z-produktem-D7Kj9gw4xFA#podmiot-odpowiedzialny-za-zgodnosc-produktu-z-przepisami-unijnymi).
**Ważne!** Pole **“responsiblePerson”** aktualnie jest opcjonalne, jednak w przyszłości oznaczymy je jako **wymagane**. Będziemy o tym informować z odpowiednim wyprzedzeniem.
-------
According to regulation on EU rules under the [Digital Services Act (DSA)](https://commission.europa.eu/strategy-and-policy/priorities-2019-2024/europe-fit-digital-age/digital-services-act_en), changes will be introduced on **February 17, 2024**, which will include, among others, protection from liability for user content. Allegro service will be obliged to inform about the entity that is responsible for the listed item.
**What changes have we made?**
We have introduced new resources for managing responsible persons for the compliance of the product with EU regulations:
[POST /sale/responsible-persons](https://developer.allegro.pl/documentation#operation/responsiblePersonsPOST) - create a new responsible person,
[PUT /sale/responsible-persons/{id}](https://developer.allegro.pl/documentation#operation/responsiblePersonsPUT) - modify a given responsible person,
[GET /sale/responsible-persons](https://developer.allegro.pl/documentation#operation/responsiblePersonsGET) - retrieve a list of created responsible persons.
You will find more information about new resources in our [tutorial](https://developer.allegro.pl/tutorials/account-and-user-data-management-jn9vBjqjnsw#responsible-persons-for-the-compliance-of-the-product-with-eu-regulations).
In addition, we have added a new “productSet.[0].responsiblePerson” field in:
[POST /sale/product-offers](https://developer.allegro.pl/documentation#operation/createProductOffers),
[PATCH /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation#operation/editProductOffers),
In which you can indicate the responsible person for the compliance of the product with EU regulations - you can define it only for the main product.
We will also return this information, when you use [GET /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation#operation/getProductOffer).
**Sample response:**
```
…
"responsiblePerson":
{
"id": "string"
}
…
```
Information on how to provide a new **"responsiblePerson"** field when creating an offer, can be found in [our tutorial](https://developer.allegro.pl/tutorials/list-offer-assigned-product-one-request-D7Kj9M71Bu6#responsible-person-for-the-compliance-of-the-product-with-eu-regulations).
**Note!** The new **“responsiblePerson”** field is currently optional, but we will mark it as **required** in the future. We will inform you about this in advance.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.