allegro / allegro/allegro-api

[NEWS] Nowa wartość pola “tax.annotation” w historii operacji billingowych / New value in "tax.annotation" field in the billing operations history

Open
#4,558 0 comments 0 reactions 1 assignee Claimed by @Lukasz-Zurek View on GitHub
News
Dominant language
No language data
Stars
244
Forks
40
PR merge metrics
No merged PRs in 30d

Description

W związku z nadchodzącymi zmianami w podatku VAT ([Pakiet e-Commerce VAT](https://ec.europa.eu/taxation_customs/business/vat/modernising-vat-cross-border-ecommerce_en#heading_1) od **1 lipca 2021**), dla [GET /billing/billing-entries](https://developer.allegro.pl/documentation/#operation/getBillingEntries) zaktualizowaliśmy dziś pole: **“tax.annotation”**. Dla wpisów billingowych, które nie podlegają podatkowi VAT - zwrócimy w nim nową wartość **“OUT_OF_SCOPE”**. Jednocześnie usunęliśmy dwie dotychczasowe wartości: **“EXEMPT”** i **“NOT_APPLICABLE”**.

**Przykładowy response:**

```

{

“id”: “f2b843f1-8fa3-45a6-98f7-0590cd8d39d2”,
“occurredAt”: “2020-09-07T10:47:19.981Z”,
“type”: {
“id”: “VEP”,
“name”: “Naliczenie VAT e-commerce”
},
“offer”: {
“id”: “9608631867”,
“name”: “oferta testowa”
},
“value”: {
“amount”: “-20.10”,
“currency”: “PLN”
},
“tax”: {
“annotation”: “OUT_OF_SCOPE”
}

}
```

Więcej informacji na temat historii operacji billingowych znajdziesz w [naszym poradniku](https://developer.allegro.pl/charges/).

------------------------

Due to the upcoming changes to VAT ([VAT e-Commerce Package](https://ec.europa.eu/taxation_customs/business/vat/modernising-vat-cross-border-ecommerce_en#heading_1) from **July 1st, 2021**), today we updated the field: **"tax.annotation"** in [GET /billing/billing-entries](https://developer.allegro.pl/en/documentation/#operation/getBillingEntries). For billing entries that are not subject to VAT - we return the new value **"OUT_OF_SCOPE"**. At the same time, we removed two previous values: **"EXEMPT"** i **"NOT_APPLICABLE"**.

**Sample response:**

```
...
{
"id": "f2b843f1-8fa3-45a6-98f7-0590cd8d39d2",
"occurredAt": "2020-09-07T10:47:19.981Z",
"type": {
"id": "VEP",
"name": "VAT e-commerce charge"
},
"offer": {
"id": "9608631867",
"name": "oferta testowa"
},
"value": {
"amount": "-20.10",
"currency": "PLN"
},
"tax": {
"annotation": "OUT_OF_SCOPE"
}
...
}
```

You can find more information about the billing operations history in [our guide](https://developer.allegro.pl/en/charges/).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.