allegro / allegro/allegro-api

[NEWS] Historia operacji billingowych - dodaliśmy szczegółowe informacje dla typu operacji / Billing history - we have added detailed information for the type of operation

Aberta
#11,330 0 comentários 0 reações 1 responsável Reivindicada por @MartaNowaczyk 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

Szczegółowe informacje dla typu operacji, widoczne w zakładce "[Rozliczenie z Allegro](https://salescenter.allegro.com/settlements-with-allegro?dateFrom=2025-01-31T23%3A00%3A00.000Z)" i w pobieranych raportach, od dziś zwracamy również przez API. Dzięki temu otrzymasz np. powód dla zwrotu kosztów.

**Co zmieniliśmy?**

Dla [GET /billing/billing-entries](https://developer.allegro.pl/documentation/#operation/getBillingEntries) dodaliśmy nowy obiekt **"additionalInfo"**:

```
"additionalInfo": [
{
"type": "feeId", // rodzaj informacji dodatkowej
"name": "Identyfikator opłaty", // nazwa szczegółowa
"value": "09f0b4cc-7880-11e9-8f9e-2a86e4085a59"
}
]
```

Więcej o historii operacji billingowych przeczytasz [w naszym poradniku](https://developer.allegro.pl/tutorials/jak-sprawdzic-oplaty-nn9DOL5PASX#historia-operacji-billingowych).

---

Until now, detailed information for the type of operation was visible only in the "[Operations History](https://salescenter.allegro.com/settlements-with-allegro)" tab and in downloaded reports. From today, we also return this data via API, thanks to this you will receive, for example, a reason for the refund.

**What have we changed?**

For [GET /billing/billing-entries](https://developer.allegro.pl/documentation/#operation/getBillingEntries) we added a new object **"additionalInfo"**:

```
"additionalInfo": [
{
"type": "feeId", // type of additional information
"name": "Fee identifier", // detail name
"value": "09f0b4cc-7880-11e9-8f9e-2a86e4085a59"
}
]
```

Read more about the billing operations in [our guide](https://developer.allegro.pl/tutorials/how-to-check-the-fees-3An6Wame3Um#billing-operations).

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.