Getting the list of tax rates. The list can be shortened by using the parameters _offset
and _limit
.
object
array
_session_hash
(string)Required. Session identifier (obtained during login - doLogin)
product_id
(integer)Required. Product's identifier. Product with a given id has to exist.
_offset
(integer)Required. Specifies results' shift by a certain offset.
_limit
(integer)Required. Specifies the amount of results in a query.
_modified_from
(dateTime)Specifies modification date from which the results are displayed. Unixtime format.
_modified_to
(dateTime)Specifies modification date to which the results are displayed. Unixtime format.
created_at
(dateTime)Created at.
updated_at
(dateTime)Last updated at.
id
(integer)Identifier.
vat
(integer)Tax value
vat_name
(string)Tax name.
is_default
(integer)Specifies whether a tax is default.