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

Ouverte
#11,330 0 commentaires 0 réactions 1 personne assignée Réclamée par @MartaNowaczyk Voir sur GitHub
News
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

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.