Accounting items

Get all accounting items

Use Get all payments and Get all order items instead.

post/api/connector/v1/accountingItems/getAll

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

ItemIdsstring[] nullable

Unique identifiers of the Accounting items. Required if no other filter is provided.

RebatedItemIdsstring[] nullable

Unique identifiers of the Accounting items we are finding rebates for. Required if no other filter is provided.

Currencystring currency nullable

ISO-4217 code of the Currency the item costs should be converted to.

StatesAccountingState[] nullable

States the accounting items should be in. If not specified, accounting items in Open or Closed states are returned.

Response

OK

Changes

No recorded changes to this endpoint across all 10 revisions of this API.