GetTaxList

Returns a list of all VAT rates. The list can be shortened using the _offset and _limit parameters.

  • Input data type => object
  • Output data type => array

Input parameters

  1. _session_hash (string)
  2. Required. Session identifier (received during login - doLogin)

  3. product_id (integer)
  4. Required. Product identifier. The product with the given id must exist.

  5. _offset (integer)
  6. Required. Specifies the offset of the results by a given offset.

  7. _limit (integer)
  8. Required. Specifies the number of results in the query.

  9. _modified_from (dateTime)
  10. Specifies the modification date from which the results will be displayed. Time in unixtime.

  11. _modified_to (dateTime)
  12. Specifies the modification date to which the results will be displayed. Time in unixtime.

Output data

  1. created_at (dateTime)
  2. Entry creation date.

  3. updated_at (dateTime)
  4. Date of last entry modification.

  5. id (integer)
  6. Identifier.

  7. vat (integer)
  8. VAT rate

  9. vat_name (string)
  10. Name.

  11. is_default (integer)
  12. Specifies whether the VAT rate is default.