allegro / allegro-api

Issue tracker and wiki for Allegro REST API
https://developer.allegro.pl/
217 stars 39 forks source link

[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 #10089

Open MaciejFrackowiak opened 1 month ago

MaciejFrackowiak commented 1 month ago

13 grudnia 2024 zacznie obowiązywać nowe rozporządzenie Unii Europejskiej General Product Safety Regulation. 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:

Więcej informacji o nowych zasobach znajdziesz w naszym poradniku.

Dodatkowo, dla:

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:

{
  "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}.

Przykładowy response:

...
"responsibleProducer": {
        "id": "string"                            // identyfikator danych producenta
}
...

Informacje, jak przekazać nowe pole "responsibleProducer" podczas tworzenia oferty, znajdziesz w naszym poradniku.

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 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 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:

You can find more information about new resources in our tutorial.

Additionally, for:

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:

{
  "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}.

Sample response:

...
"responsibleProducer": {
        "id": "string"                             // responsible producer data identifier
}
...

For information on how to pass the new “responsibleProducer” field when creating an offer, see our tutorial.

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 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.

Pitupitupit commented 1 week ago

Dzień dobry, mam pytania.

Jeśli aukcja bez uzupełnionych danych teleadresowych producenta została opublikowana przed 13 grudnia, to

  1. Czy coś się stanie z tą aukcją po 13 grudnia? Zostanie bez zmian czy może zostanie dezaktywowana?
  2. Czy po 13 grudnia będzie się dało zaktualizować dane tej aukcji (np. cenę) bez błędu?
MaciejFrackowiak commented 1 week ago

@Pitupitupit Zmiana ceny nie powoduje walidacji całej oferty, zatem ta zmiana zostanie przeprocesowana. Odnośnie pytania nr 1 - nie mamy jeszcze jednoznacznej wykładni prawnej, co w takiej sytuacji.