[NEWS] GET /sale/offers - dodaliśmy nowe pole “fundraisingCampaign” / GET /sale/offers - we have introduced a new field "fundraisingCampaign"
- 主要言語
- 言語のデータがありません
- スター
- 244
- フォーク
- 40
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Dzisiaj, dla [GET /sale/offers](https://developer.allegro.pl/documentation/#operation/searchOffersUsingGET) udostępniliśmy nowe pole “**fundraisingCampaign**”. Dzięki zmianie sprawdzisz, które oferty wystawione są dla organizacji charytatywnych.
**Przykładowy response:**
```json5
{
"offers": [
{
"id": "12986532765",
"name": "Charytatywna oferta",
"category": {
"id": "259409"
},
…
"fundraisingCampaign": {
"id": "e2307b4f-6903-4be6-85e6-19e8ea303760" - identyfikator organizacji charytatywnej
}
}
],
"count": 1,
"totalCount": 1
}
```
>
Więcej informacji o liście ofert znajdziesz w [naszym poradniku](https://developer.allegro.pl/tutorials/jak-zarzadzac-ofertami-7GzB2L37ase#jak-pobrac-moje-oferty-w-rest-api).
-----
Today, we have introduced a new field “**fundraisingCampaign**” for [GET /sale/offers](https://developer.allegro.pl/documentation/#operation/searchOffersUsingGET). Thanks to the change, you will check which offers are listed for charity organizations.
**Sample response:**
```json5
{
"offers": [
{
"id": "12986532765",
"name": "Charity offer",
"category": {
"id": "259409"
},
…
"fundraisingCampaign": {
"id": "e2307b4f-6903-4be6-85e6-19e8ea303760" - charity organization id
}
}
],
"count": 1,
"totalCount": 1
}
```
>
You can find more information about the list of offers in [our tutorial](https://developer.allegro.pl/tutorials/how-to-process-list-of-offers-m09BKA5v8H3#list-of-offers).
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。