[NEWS] Reguły cenowe - 8 lipca 2025 usuniemy informację o typie reguły z części zasobów / Pricing rules - on July 8, 2025, we will remove the information about the rule type from part of the resources
- 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ả
Reguły cenowe to funkcjonalności, które pozwalają Ci automatycznie zarządzać ceną oferty, bez edytowania jej ręcznie. Możesz samodzielnie konfigurować sposób, w jaki ceny będą się zmieniać.
**Co zmienimy?**
**8 lipca 2025** usuniemy pola z informacją o typie reguły cenowej, jaka jest przypisana do oferty, z odpowiedzi zasobów:
* [GET /sale/offers](https://developer.allegro.pl/documentation#operation/searchOffersUsingGET) - **offers[].sellingMode.priceAutomation.rule.type**
* [GET /sale/price-automation/offers/{offerId}/rules](https://developer.allegro.pl/documentation#operation/getAutomaticPricingRulesForOfferUsingGET) - **rules[].rule.type**
Zmianę wprowadzamy z uwagi na wewnętrzne zależności techniczne. Umożliwi nam to sprawniejszy rozwój zasobów w przyszłości.
**Jak dostosować aplikację do zmian?**
W odpowiedzi zasobów **nadal będziemy zwracać ID reguły**. Na tej podstawie, możesz **połączyć ją z typem**, który - wraz z innymi informacjami o danej regule - zwracamy w endpointach:
* [GET /sale/price-automation/rules/{ruleId}](https://developer.allegro.pl/documentation#operation/getAutomaticPricingRuleByIdUsingGET) - pobierz informacje o danej regule na podstawie wskazanego ID
* [GET /sale/price-automation/rules](https://developer.allegro.pl/documentation#operation/getAutomaticPricingRulesUsingGET) - pobierz informacje o wszystkich regułach utworzonych na koncie
Więcej o tym, jak tworzyć i zarządzać regułami cenowymi, przeczytasz [w naszym poradniku.](https://developer.allegro.pl/tutorials/jak-zarzadzac-ofertami-7GzB2L37ase#reguly-cenowe)
-----
Pricing rules are functionalities that allow you to manage offer prices automatically, without needing to modify them manually. You can configure by yourself your own how the prices will change.
**What will we change?**
On **July 8, 2025,** we will remove the fields containing information about the type of pricing rule assigned to an offer from the responses of the following resources:
* [GET /sale/offers](https://developer.allegro.pl/documentation#operation/searchOffersUsingGET) - **offers[].sellingMode.priceAutomation.rule.type**
* [GET /sale/price-automation/offers/{offerId}/rules](https://developer.allegro.pl/documentation#operation/getAutomaticPricingRulesForOfferUsingGET) - **rules[].rule.type**
We are implementing this change due to internal technical dependencies. This will enable us to develop resources more efficiently in the future.
**How to adjust your application to the changes?**
In the resource responses, we will still return the rule ID. Based on this ID, you can associate it with the type, which, along with other information about the specific rule, we return in the following endpoints:
* [GET /sale/price-automation/rules/{ruleId}](https://developer.allegro.pl/documentation#operation/getAutomaticPricingRuleByIdUsingGET) - retrieve information about a specific rule based on the provided ID
* [GET /sale/price-automation/rules](https://developer.allegro.pl/documentation#operation/getAutomaticPricingRulesUsingGET) - retrieve information about all rules created on the account
More information on how to create and manage pricing rules can be found in [our tutorial](https://developer.allegro.pl/tutorials/how-to-process-list-of-offers-m09BKA5v8H3#pricing-rules).
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á.