[NEWS] Dodaliśmy zasoby do zarządzania danymi teleadresowymi producentów produktów wynikającymi z rozporządzenia GPSR / We have added resources to manage product producers’ contact information resulting from the GPSR regulation
- 主要语言
- 没有语言数据
- 星标
- 244
- 派生
- 40
- PR 合并指标
- 30 天内没有已合并 PR
描述
**13 grudnia 2024** zacznie obowiązywać nowe rozporządzenie Unii Europejskiej [**General Product Safety Regulation**](https://commission.europa.eu/business-economy-euro/doing-business-eu/eu-product-safety-%5B%E2%80%A6%5Delling/product-safety/general-product-safety-regulation_en). Celem GPSR jest pokazanie kupującemu, skąd pochodzi produkt, który może kupić na Allegro.
**Jakie zmiany wprowadziliśmy?**
Udostępniliśmy nowe zasoby do zarządzania danymi teleadresowymi producentów produktów wynikającymi z rozporządzenia GPSR:
* [POST /sale/responsible-producers](https://developer.allegro.pl/documentation/#operation/responsibleProducersPOST) - utwórz dane teleadresowe producenta,
* [PUT /sale/responsible-producers/{id}](https://developer.allegro.pl/documentation/#operation/responsibleProducersPUT) - edytuj dane teleadresowe producenta,
* [GET /sale/responsible-producers](https://developer.allegro.pl/documentation/#operation/responsibleProducersGET) - pobierz listę danych producentów.
Więcej informacji o nowych zasobach znajdziesz w [naszym poradniku](https://developer.allegro.pl/tutorials/jak-zarzadzac-kontem-danymi-uzytkownika-ZM9YAKgPgi2#dane-teleadresowe-producenta).
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.[].responsibleProducer**", w którym wskażesz dane teleadresowe producenta produktu. Dla każdego produktu musisz wskazać **osobne** dane.
**Przykładowy request:**
```json5
{
"productSet": [
{
"responsibleProducer": {
"type": "ID", // typ identyfikatora, obecnie dostępna wartość: ID
"id": "12345678-9abc-def1-2345-6789abcdef12" // identyfikator danych producenta
},
...
}
],
...
}
```
>
Informacje o identyfikatorze danych producenta zwrócimy również, gdy skorzystasz z [GET /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation/#operation/getProductOffer).
**Przykładowy response:**
```json5
...
"responsibleProducer": {
"id": "string" // identyfikator danych producenta
}
...
```
>
Informacje, jak przekazać nowe pole "**responsibleProducer**" podczas tworzenia oferty, znajdziesz w [naszym poradniku](https://developer.allegro.pl/tutorials/jak-jednym-requestem-wystawic-oferte-powiazana-z-produktem-D7Kj9gw4xFA#dane-teleadresowe-producenta).
**Ważne!** Pole “**responsibleProducer**” aktualnie jest opcjonalne. W dniu **13.12.2024** oznaczymy je jako **obowiązkowe**. Jednocześnie pole “**responsiblePerson**” (które [wprowadziliśmy](https://developer.allegro.pl/news/dodalismy-zasoby-do-zarzadzania-podmiotami-odpowiedzialnymi-za-zgodnosc-produktu-z-przepisami-unijnymi-6M9rLrllecA) w lutym 2024) oznaczymy jako **obowiązkowe**, jeśli producent produktu jest spoza obszaru Unii Europejskiej.
**Dlaczego wprowadziliśmy zmianę?**
Wprowadziliśmy zmianę, aby dostosować Allegro do prawa Unii Europejskiej. GPSR, oprócz producentów, importerów, dystrybutorów, itd., nakłada nowe obowiązki na platformy internetowe umożliwiające sprzedaż na odległość. Platformy muszą dostosować i zorganizować swój interfejs w taki sposób, aby sprzedający mogli wypełnić swoje obowiązki wynikające z rozporządzenia.
-----
On **December 13, 2024**, the new European Union Regulation [**General Product Safety Regulation**](https://commission.europa.eu/business-economy-euro/doing-business-eu/eu-product-safety-%5B%E2%80%A6%5Delling/product-safety/general-product-safety-regulation_en) will come into effect. The goal of the GPSR is to show the buyer where the product available on Allegro originates.
**What changes have we made?**
We have released new resources for managing product producers’ contact information resulting from the GPSR regulation:
* [POST /sale/responsible-producers](https://developer.allegro.pl/documentation/#operation/responsibleProducersPOST) - create responsible producer data,
* [PUT /sale/responsible-producers/{id}](https://developer.allegro.pl/documentation/#operation/responsibleProducersPUT) - edit responsible producer data,
* [GET /sale/responsible-producers](https://developer.allegro.pl/documentation/#operation/responsibleProducersGET) - retrieve a list of responsible producers’ data.
You can find more information about new resources in [our tutorial](https://developer.allegro.pl/tutorials/account-and-user-data-management-jn9vBjqjnsw#responsible-producers-contact-information).
Additionally, for:
* [POST /sale/product-offers](https://developer.allegro.pl/documentation/#operation/createProductOffers),
* [PATCH /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation/#operation/editProductOffers)
we have added a new object “**productSet.[].responsibleProducer**”, in which you will indicate the contact details of the product producer. You must indicate **separate** data for each product.
**Sample request:**
```json5
{
"productSet": [
{
"responsibleProducer": {
"type": "ID", // id type, currently available value: ID
"id": "12345678-9abc-def1-2345-6789abcdef12" // responsible producer data identifier
},
...
}
],
...
}
```
>
The responsible producer data identifier will be returned when you use [GET /sale/product-offers/{offerId}](https://developer.allegro.pl/documentation/#operation/getProductOffer).
**Sample response:**
```json5
...
"responsibleProducer": {
"id": "string" // responsible producer data identifier
}
...
```
>
For information on how to pass the new “**responsibleProducer**” field when creating an offer, see [our tutorial](https://developer.allegro.pl/tutorials/list-offer-assigned-product-one-request-D7Kj9M71Bu6#responsible-producers-contact-information).
**Important!** The “**responsibleProducer**” field is currently **optional**. On **December 13, 2024**, we will mark it as **required**. At the same time, we will mark the “**responsiblePerson**” field (which we [introduced](https://developer.allegro.pl/news/dodalismy-zasoby-do-zarzadzania-podmiotami-odpowiedzialnymi-za-zgodnosc-produktu-z-przepisami-unijnymi-6M9rLrllecA) in February 2024) as **required** if the product producer is from outside the European Union.
**Why have we made the change?**
We are implementing those changes to align Allegro with European Union law. The GPSR, in addition to manufacturers, importers, distributors, etc., imposes new obligations on online platforms that enable distance selling. Platforms must adjust and organize their interface in such a way that sellers can fulfill their obligations under the regulation.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。