Tax Rate API
You can use this API to gather information about tax rates.
PrintfulStoreClient.taxRate
Get a list of countries for tax calculation
Retrieve state list that requires sales tax calculation
Method
PrintfulStoreClient.taxRate.getCountryTaxList()
Arguments
None
Example Usage:
// Soon to be added
Calculate tax rate
Calculates sales tax rate for given address if required
Method
PrintfulStoreClient.taxRate.calcTax(recipient: Recipient)
Deprecated
Arguments
recipient
- Recipient address information
Example Usage:
// Soon to be added