allegro / allegro/allegro-api

[NEWS] GET /sale/offers - dodaliśmy nowe pole “fundraisingCampaign” / GET /sale/offers - we have introduced a new field "fundraisingCampaign"

Aberta
#6,529 2 comentários 0 reações 1 responsável Reivindicada por @MaciejFrackowiak Ver no GitHub
News
Linguagem predominante
Sem dados de linguagem
Estrelas
244
Forks
40
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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).

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.