allegro / allegro/allegro-api

[NEWS] Na początku grudnia zaczniemy scalać kategorie po stronie sprzedającego / At the beginning of December, we will start merging the categories on the seller side

Đang mở
#5,151 3 bình luận 0 reaction 1 người được giao Được @PrzemyslawLukanowski nhận Xem trên GitHub
News Offer - categories and parameters
Ngôn ngữ chính
Không có dữ liệu ngôn ngữ
Star
244
Fork
40
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Na początku grudnia scalimy pierwsze duplikaty kategorii po stronie sprzedającego. Duplikaty to kategorie, które obejmują ten sam asortyment, jednak znajdują się w różnych miejscach struktury kategorii Allegro, np. kategoria “Termometry” (260405) w kategorii głównej “Dziecko” jest duplikatem kategorii “Termometry” (258798) w kategorii głównej “Zdrowie”. Chcemy zmniejszyć liczbę kategorii, w których sprzedający wystawiają oferty i dzięki temu ułatwić im wybór właściwej kategorii dla ich produktu oraz skrócić czas potrzebny na przygotowanie oferty.

**Które kategorie scalimy?**

Poniżej znajdziesz listę pierwszych kategorii, które scalimy na początku grudnia. Gwiazdką oznaczyliśmy kategorie, które usuniemy - oferty, które się w nich znajdują, przeniesiemy do kategorii wymienionej niżej:

- Uroda -> Pielęgnacja -> Higiena intymna -> Tampony (259326)*
Zdrowie -> Higiena osobista -> Higiena intymna -> Tampony (300409)
- Uroda -> Pielęgnacja -> Higiena intymna -> Wkładki higieniczne (259325)*
Zdrowie -> Higiena osobista -> Higiena intymna -> Wkładki higieniczne (300405)
- Motoryzacja -> Chemia -> Mycie i pielęgnacja -> Nadwozie -> Konserwacja plastików (258901)*
Motoryzacja -> Chemia -> Mycie i pielęgnacja -> Wnętrze -> Czyszczenie plastików (253270)

W II połowie stycznia 2022 roku scalimy kolejne kategorie po stronie sprzedającego, nie będziemy już o tym informować na naszej stronie. Zmiany możesz śledzić za pomocą dziennika zmian w kategoriach - [GET /sale/category-events](https://developer.allegro.pl/documentation/#operation/getCategoryEventsUsingGET_1). O usunięciu kategorii świadczy zdarzenie “CATEGORY_DELETED”, a w polu “redirectCategory” znajdziesz identyfikator działu, z którym została scalona usunięta kategoria.

**Przykładowy response:**

```
{
"id": "MTEzMjQzODU3NA",
"occurredAt": "2021-06-26T15:26:43.891Z", -- data wystąpienia zdarzenia
"type": "CATEGORY_DELETED",
"category": {
"id": "258901", -- ID usuniętej kategorii
"name": "Plastics care",
"parent": {
"id": "253233"
},
"leaf": false
},
"redirectCategory": {
"id": "253270" -- ID nowej kategorii
}
}
```

**Jaki wpływ scalenie kategorii ma na oferty i produkty?**

Uspójnimy parametry we wszystkich scalanych kategoriach, oferty i produkty będą zawierały najnowsze dane - sprzedawcy nie będą musieli wykonywać żadnych zmian. W związku z tym, że zmiana dotyczy łączenia kategorii tylko po stronie sprzedającego, kupujący będą mogli zobaczyć oferty w dwóch różnych działach. Jeśli zatem sprzedawca wcześniej wystawił ofertę w kategorii “Czyszczenie plastików” (253270), to po scaleniu w modelu oferty zwrócimy nowy numer kategorii dla “Konserwacja plastików” (258901), a klienci zobaczą ofertę zarówno w jednym dziale, jak i drugim.

-----

At the beginning of December, we plan to merge the first category duplicates on the seller side. Duplicates are the categories, that include the same assortment, but are located in the different places in the Allegro category structure, e.g. the “Thermometers” category (260405) located in the main “Kids” category is a duplicate of the “Thermometers” category (258798) located in the main “Health” category. We want to reduce the number of categories in which the sellers are listing offers - thus making it easier for them to choose the right category for their product and shortening the time to prepare an offer.

**Which categories will we merge?**

Below you will find a list of the categories that we will merge at the beginning of December. We marked the categories that we will remove with an asterisk - the offers in those categories will be moved to the category listed below:

- Beauty -> Care -> Intimate hygiene -> Tampons (259326)*
Health -> Personal Hygiene -> Intimate Hygiene -> Tampons (300409)
- Beauty -> Care -> Intimate hygiene -> Panty liners (259325)*
Health -> Personal Hygiene -> Intimate Hygiene -> Panty liners (300405)
- Automotive -> Car Care Products -> Washing and care -> Body -> Plastics care (258901)*
Automotive -> Car Care Products -> Washing and care -> Interior -> Plastics cleaning (253270)

In the second half of January, we will merge next categories on the seller's side, we will no longer inform you about it on our website. You can follow the changes using the category events journal - [GET /sale/category-events](https://developer.allegro.pl/en/documentation/#operation/getCategoryEventsUsingGET_1). The "CATEGORY_DELETED" event indicates that the category has been removed, and in the "redirectCategory" field you will find the ID of the category with which the deleted category was merged.

**Sample response:**

```
{
"id": "MTEzMjQzODU3NA",
"occurredAt": "2021-06-26T15:26:43.891Z", -- data at which event occurred
"type": "CATEGORY_DELETED",
"category": {
"id": "258901", -- deleted category ID
"name": "Plastics care",
"parent": {
"id": "253233"
},
"leaf": false
},
"redirectCategory": {
"id": "253270" -- new category ID
}
}
```

**How does merging categories affect offers and products?**

We will make the parameters consistent in all merged categories, so offers and products will contain the latest data - sellers will not have to make any changes. Due to the fact that the change affects merging categories only on the seller’s side, buyers will be able to see offers in two different categories - so if the seller previously listed an offer in the "Plastics cleaning" category (253270), then after merging, we will return the new category ID for "Plastics maintenance" (258901) in the offer structure, and customers will see the offer in both categories.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.