Skip to main content

Tax Rate API

You can use this API to gather information about tax rates.

PrintfulStoreClient.taxRate

Printful API Reference

Source


Get a list of countries for tax calculation

Printful API Reference

Retrieve state list that requires sales tax calculation

Method

PrintfulStoreClient.taxRate.getCountryTaxList()

Arguments

None

Example Usage:

// Soon to be added

Calculate tax rate

Printful API Reference

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