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

未關閉
#11,330 0 則留言 0 個 reaction 已指派 1 人 已被 @MartaNowaczyk 認領 在 GitHub 檢視
News
主要語言
沒有語言資料
星號
244
分支
40
PR 合併指標
30 天內沒有已合併 PR

描述

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

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。