Skip to main content

List sales_taxes

GET 

/v1/entities/:entity_id/sales_taxes

Returns a list of sales taxe entries created. The sales taxes are returned in sorted order, with the most recent sales taxes appearing first. Authentication

Request

Responses

A dictionary with a data property that contains an array of objects. Each entry in the array is a separate sales tax entry object. If no more sales tax entries are available, the resulting array will be empty. You can list Sales Tax Entries by date or updated_after or updated_before.