allegro / allegro-api

Issue tracker and wiki for Allegro REST API
https://developer.allegro.pl/
213 stars 39 forks source link

Confirmation of API to get balance issue #9442

Closed lalala108 closed 1 month ago

lalala108 commented 1 month ago

Hi,can you tell me which interface in the API interface corresponds to which field to get the real balance data of the store? Because currently through the interface can get a lot of various balance charges, not quite clear which is the actual store balance, as shown in the screenshot. question

MartaNowaczyk commented 1 month ago

First "Balance" from your screenshot you can find in GET /billing/billing-entries in the "balance" field. You will also find a summary of the month ("type.id""SUM" - "Summary of the month"). The last marked thing we don't have in our API. For clarification one by one from the screenshot:

  1. Amount of current arrears.
  2. The invoice for the last month.
  3. The last balance is the difference between sales and costs.

If you want to know more about this tab please write via the contact form.

lalala108 commented 1 month ago

Okay,thank you for your response.