[NEWS] GPSR - umożliwiamy dodanie adresu formularza kontaktowego w danych teleadresowych producenta / GPSR - we make it possible to add a contact form address in the responsible producer’s contact information
- 主要言語
- 言語のデータがありません
- スター
- 244
- フォーク
- 40
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Od **13 grudnia 2024** obowiązuje nowe rozporządzenie Unii Europejskiej **[General Product Safety Regulation](https://commission.europa.eu/business-economy-euro/doing-business-eu/eu-product-safety-and-labelling/product-safety_en)**. Celem GPSR jest pokazanie kupującemu, skąd pochodzi produkt, który może kupić na Allegro.
**Jak było dotychczas?**
W zasobach do obsługi danych teleadresowych producentów produktów (**[Responsible producers](https://developer.allegro.pl/documentation/#tag/Responsible-producers)**) udostępniamy pola, w których możesz przekazać i odczytać adres email (“**producerData.contact.email**”) oraz numer telefonu (“**producerData.contact.phoneNumber**”) producenta.
**Co zmieniliśmy?**
Dzisiaj dodaliśmy nowe pole “**producerData.contact.formUrl**”, w którym możesz przekazać i odczytać adres formularza kontaktowego producenta produktu.
**Przykładowy response:**
```json5
{
"id": "59a8b818-0a38-4540-92f4-3645923cb9c6",
"name": "Producent ABC",
"producerData": {
"tradeName": "ABC Company",
"address": {
"countryCode": "PL",
"street": "Wielka 1",
"postalCode": "61-774",
"city": "Poznań"
},
"contact": {
"email": "producer@abc-company.com",
"phoneNumber": "600700800",
"formUrl": "https://www.abc-company.com/contact_form" // adres URL formularza kontaktowego, max 80 znaków
}
}
}
```
>
**Dlaczego wprowadziliśmy zmianę?**
Niektórzy z producentów produktów udostępniają formularz kontaktowy zamiast adresu email, dlatego też chcemy, aby nasi sprzedający mieli możliwość przekazania precyzyjnych danych kontaktowych.
-----
As of **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-and-labelling/product-safety_en)** is in effect. The goal of the GPSR is to show the buyer where the product available on Allegro originates.
**How was it so far?**
In the responsible producer’s contact information resources (**[Responsible producers](https://developer.allegro.pl/documentation/#tag/Responsible-producers)**), we provide fields where you can complete and retrieve the email address (“**producerData.contact.email**”) and phone number (“**producerData.contact.phoneNumber**”) of the producer.
**What have we changed?**
Today we have added a new field “**producerData.contact.formUrl**”, where you can provide and retrieve the address of the product producer’s contact form.
**Sample response:**
```json5
{
"id": "59a8b818-0a38-4540-92f4-3645923cb9c6",
"name": "Producent ABC",
"producerData": {
"tradeName": "ABC Company",
"address": {
"countryCode": "PL",
"street": "Wielka 1",
"postalCode": "61-774",
"city": "Poznań"
},
"contact": {
"email": "producer@abc-company.com",
"phoneNumber": "600700800",
"formUrl": "https://www.abc-company.com/contact_form" // contact form URL address, max 80 characters
}
}
}
```
>
**Why have we made the change?**
Some product producers provide a contact form instead of an email address, so we want our sellers to be able to complete accurate contact information.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。