[NEWS] W wybranych kategoriach będziemy tworzyć produkty tymczasowe / We will create temporary products in selected categories
- 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
Na początku grudnia w [wybranych kategoriach](https://docs.google.com/spreadsheets/d/1usy9BAXF747_vwmElzEAoxbMfRwYya2cSvsSgJUeNfw/edit#gid=0) zaczniemy tworzyć produkty tymczasowe.
**Czym są produkty tymczasowe?**
Produkty tymczasowe **utworzymy automatycznie** wyłącznie na podstawie ofert, w których sprzedawca dla parametru “Stan” wybrał wartość inną niż “Nowy” oraz nie przekazał wszystkich parametrów, które identyfikują produkt (lub dla przynajmniej jednego z nich wskazał wartość niejednoznaczną), czyli np. numeru katalogowego części.
Ponadto:
- zdjęcie, kategorię, nazwę i parametry w produkcie tymczasowym uzupełnimy na podstawie danych z oferty;
- wartości parametrów w produktach tymczasowych aktualizujemy wyłącznie w wyniku edycji oferty przez sprzedawcę;
- produktów tymczasowych nie zwrócimy w wyszukiwarce [GET /sale/products](https://developer.allegro.pl/documentation/#operation/getSaleProducts), ale szczegóły takiego produktu pobierzesz za pomocą [GET /sale/products/{productId}](https://developer.allegro.pl/documentation/#operation/getSaleProduct), jeśli znasz jego identyfikator;
- produkt tymczasowy przypiszesz wyłącznie do oferty, z której go utworzyliśmy;
- produkty tymczasowe usuniemy z Katalogu Produktów, gdy przeniesiemy ofertę do Archiwum Allegro po 60 dniach od daty zakończenia.
**Ważne!** Produkty tymczasowe tworzymy i dołączamy do oferty asynchronicznie, nie zwrócimy identyfikatora takiego produktu w polu **“product.id”** od razu w odpowiedzi na żądanie - otrzymasz go dopiero po chwili, gdy sprawdzisz szczegóły oferty przez [GET /sale/offers/{offerID}](https://developer.allegro.pl/documentation/#operation/getOfferUsingGET). Pamiętaj zatem, aby przy edycji oferty za pomocą [PUT /sale/offers/{offerID}](https://developer.allegro.pl/documentation/#operation/updateOfferUsingPUT) przekazywać jej najnowsze dane, tak aby uniknąć nadpisywania pola **“product.id”** wartością **null**, przez co usuniesz produkt tymczasowy z oferty.
**Jak rozpoznasz produkt tymczasowy?**
W szczegółach produktu, które otrzymasz za pomocą [GET /sale/products/{productId}](https://developer.allegro.pl/documentation/#operation/getSaleProduct), **dodaliśmy nowe pole “id” w sekcji “offerRequirements”**. Zwrócimy w nim identyfikator oferty, na podstawie której go utworzyliśmy - produkt może zostać połączony wyłącznie ze wskazaną ofertą.
**Dlaczego wprowadzamy produkty tymczasowe?**
Dążymy do tego, aby wszystkie oferty w naszym serwisie były połączone z Katalogiem Produktów. Chcemy pomóc sprzedawcom, którzy oferują przedmioty ze stanem innym niż “Nowy” i z różnych przyczyn nie posiadają informacją o niektórych parametrach.
Więcej informacji o produktach tymczasowych znajdziesz w [artykule na stronie dla sprzedających](https://allegro.pl/dla-sprzedajacych/tworzymy-produkty-tymczasowe-Xxx6YKyG0Te).
-----
At the beginning of December, we will start creating temporary products in [selected categories](https://docs.google.com/spreadsheets/d/1usy9BAXF747_vwmElzEAoxbMfRwYya2cSvsSgJUeNfw/edit#gid=0).
**What are temporary products?**
We will create temporary products automatically, based on offers in which the seller selected the value for “State” different from “New” and also did not provide all of the parameters that identify the product (or at least one of them is an ambiguous value), e.g. Catalog number for part.
Furthermore:
- we will complete the images, category, name and parameters of the temporary product based on the data from the offer;
- parameter values in the temporary products will be updated only as a result of the offer modification by the seller;
- we will not return the temporary products in the response to [GET /sale/products](https://developer.allegro.pl/en/documentation/#operation/getSaleProducts), but you will be able to retrieve its details via [GET /sale/products/{productId}](https://developer.allegro.pl/en/documentation/#operation/getSaleProduct), if you know its identifier;
- you will be able to assign the temporary product only to the offer from which we created it;
- we will delete temporary products for the Product Catalog when we remove the offer to the Allegro Archive after 60 days from the end date.
**Note!** We create and assign temporary products asynchronously, we will not return the ID of such a product in the **“product.id”** field immediately in response to the request - you will receive it after a while when you check the offer details via [GET /sale/offers/{offerID}](https://developer.allegro.pl/en/documentation/#operation/getOfferUsingGET). So remember to provide the latest data when you edit an offer using [PUT /sale/offers/{offerID}](https://developer.allegro.pl/en/documentation/#operation/updateOfferUsingPUT) to avoid overwriting the **“product.id”** field with **null**, thus removing the temporary product from the offer.
**How can you recognize a temporary product?**
We have added a new field **“offerRequirements.id”** in the product details which you can receive via [GET /sale/products/{productId}](https://developer.allegro.pl/en/documentation/#operation/getSaleProduct). We will return the ID of the offer on the basis of which we created the temporary product - the product can be assigned only to this offer.
**Why are we introducing temporary products?**
We aim to make all offers on our website connected with the Product Catalog. We want to help sellers who offer items with a state other than "New" and who do not have information about certain parameters for various reasons.
You will find more information about temporary products in our article on the [for seller’s page](https://allegro.pl/for-sellers/we-create-temporary-products-zll4L5PLeSR).
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.