Overview
The tax rates API allows you to view all the tax rates.
List all tax rates
Returns tax rates back from WooCommerce, include parameters to query data.
getTaxRates()
Parameters
int page,
int perPage,
int offset,
String order,
String orderBy,
String taxClass
API Call
// Initialize WooSignal
await WooSignal.instance.init(appKey: "your app key");
// Call API
List<TaxRates> taxRates = await WooSignal.instance.getTaxRates();
Response
List<TaxRate> instance
Represents the following object - WooCommerce list all tax rates