Dictionary

A dictionary with fields

Field Type Description
product_id Int Optional. Only return VAT changes for the given product
product_price_id Int Optional. Only return VAT changes for the given product price
product_option_id Int Optional. Only return VAT changes for the given product option
before_id Int Optional. Only return VAT changes created before (not including) the change with the given id. Used for pagination.
after_id Int Optional. Only return VAT changes created after (not including) the change with the given id. Used for pagination.
sort String Optional. Sort the results in ascending (default) or descending ordered by id. Default is ascending.
limit Int Optional. Limit the amount of VAT changes returned per page. Defaults to 50. Maximum value is 1000.

Examples

Example 1

{
    "product_id": 18,
    "product_price_id": 16,
    "product_option_id": 15,
    "before_id": 16,
    "after_id": 13,
    "sort": "ascending",
    "limit": 19
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.5.0 stable