allegro / allegro/allegro-api

[NEWS] Wprowadzimy limit produktów, które sprzedający mogą dodać do Katalogu w ciągu miesiąca oraz uruchomimy dodatkową walidację w procesie wystawiania ofert z produktem / We will introduce a limit on the products that sellers can add to the Catalog within a month and we will launch additional validation in the process of listing product offers

Ouverte
#8,152 0 commentaires 0 réactions 1 personne assignée Réclamée par @Lukasz-Zurek Voir sur GitHub
News
Langage dominant
Aucune donnée de langage
Étoiles
244
Forks
40
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

**W pierwszym kwartale 2024 roku** wprowadzimy limit produktów, które pojedynczy użytkownik może poprzez API dodać do Katalogu Produktów Allegro. Będzie to maksymalnie **20 000 nowych produktów w każdym miesiącu**. Chcemy ograniczyć liczbę powielonych produktów i jednocześnie poprawić jakość oraz aktualność produktów na Allegro.

W związku z powyższą zmianą, **w drugiej połowie stycznia 2024** uruchomimy dodatkową walidację w procesie wystawiania ofert z produktem za pomocą [POST /sale/product-offers](https://developer.allegro.pl/documentation/#operation/createProductOffers), a konkretnie - ze wskazaniem [numeru GTIN](https://allegro.pl/dla-sprzedajacych/kod-producenta-i-numer-ean-w-allegro-wqggrjgj2hR), MPN lub identyfikatora produktu w polu **product.id**.

**Jak to działa obecnie?**

W celu wystawienia oferty z produktem, który istnieje w naszym Katalogu Produktów, w strukturze żądania [POST /sale/product-offers](https://developer.allegro.pl/documentation/#operation/createProductOffers), w polu **product.id** możesz przekazać:

- [numer GTIN](https://allegro.pl/dla-sprzedajacych/kod-producenta-i-numer-ean-w-allegro-wqggrjgj2hR),
- MPN,
- lub identyfikator produktu.

Jeżeli takiego produktu nie ma w naszym Katalogu, ale w strukturze żądania przekazujesz nam dodatkowo dane wymagane do utworzenia produktu - **próbujemy utworzyć go automatycznie na podstawie przekazanych parametrów identyfikujących produkt.**

**Co się zmieni?**

Gdy w strukturze żądania [POST /sale/product-offers](https://developer.allegro.pl/documentation/#operation/createProductOffers), w polu product.id przekażesz [numer GTIN](https://allegro.pl/dla-sprzedajacych/kod-producenta-i-numer-ean-w-allegro-wqggrjgj2hR), MPN lub identyfikator produktu, **możesz skorzystać wyłącznie z istniejącego produktu z naszego Katalogu. Nie będziemy próbować tworzyć nowego produktu, nawet jeśli dostarczysz nam wymagane dane.**

Aby utworzyć produkt, pozostaw pole **product.id** puste i podaj pozostałe dane (GTIN lub MPN możesz dodać jako parametr produktu w polu **product.parameters**).

Jeżeli użyjesz produktu, którego nie mamy w naszej bazie - zwrócimy **błąd 422** z odpowiednim komunikatem.

Więcej informacji na temat wystawiania ofert z produktem znajdziesz w [naszym poradniku](https://developer.allegro.pl/tutorials/jak-jednym-requestem-wystawic-oferte-powiazana-z-produktem-D7Kj9gw4xFA#jak-wystawic-oferte-z-produktem).

----------

**In the first quarter of 2024**, we will introduce a limit on the products that a single user can add to the Allegro Product Catalog via API. This will be a maximum of **20,000 new products each month**. We want to reduce the number of duplicate products and at the same time improve the quality and validity of products on Allegro.

Due to the above change, **in the second half of January 2024**, we will launch additional validation in the process of listing offers with a product using [POST /sale/product-offers,](https://developer.allegro.pl/documentation/#operation/createProductOffers) specifically - with the indication of the GTIN, MPN or product identifier in the **product.id** field.

**How does it work currently?**

In order to list an offer with a product that exists in our Product Catalog, in the [POST /sale/product-offers](https://developer.allegro.pl/documentation/#operation/createProductOffers) request structure, in the product.id field you can provide:

- [GTIN](https://allegro.pl/dla-sprzedajacych/kod-producenta-i-numer-ean-w-allegro-wqggrjgj2hR) number,
- MPN,
- or product ID.

If such a product is not in our Catalog, but you provide us with additional data required to create the product in the request structure - we try to create it automatically based on the provided parameters identifying the product.

**What will be changed?**

When you provide the [GTIN](https://allegro.pl/dla-sprzedajacych/kod-producenta-i-numer-ean-w-allegro-wqggrjgj2hR), MPN or product ID in the product.id field in the [POST /sale/product-offers](https://developer.allegro.pl/documentation/#operation/createProductOffers) request structure, **you can only use an existing product from our Catalog. We will not try to create a new product, even if you provide us with the required data.**

To create a product, leave the **product.id** field blank and provide the remaining data (you can add GTIN or MPN as a product parameter in the **product.parameters** field).

If you use a product that we do not have in our database, we will return a **422 error** with an appropriate message.

You can find more information about listing your product in [our guide](https://developer.allegro.pl/tutorials/jak-jednym-requestem-wystawic-oferte-powiazana-z-produktem-D7Kj9gw4xFA#jak-wystawic-oferte-z-produktem).

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.