Path Parameters
The unique identifier of the store to retrieve tax rate information for
Response
The tax rate as a decimal (e.g., 0.0875 for 8.75%)
The tax jurisdiction or authority that applies to this store
Type of tax applied (e.g., “sales_tax”, “vat”, “gst”)
When this tax rate became effective (ISO 8601 format)
Currency code for tax calculations (e.g., “USD”, “CAD”)
Whether prices include tax (true) or tax is added separately (false)
Response Example
Tax Rate Usage
How Tax Rates Are Applied
How Tax Rates Are Applied
Tax rates are automatically applied to order totals during checkout
Tax calculation happens in real-time based on current rates
Ensures orders comply with local tax regulations and reporting requirements
Tax rates may vary by product category or customer type
Used for generating tax reports and remittance to tax authorities
Historical tax rates are preserved for audit purposes
Tax Rate Management
Tax Rate Information
Tax Rate Information
Tax rates may be updated automatically based on jurisdiction changes
Rate changes typically have advance notice periods
Rates are determined by store location and applicable tax jurisdictions
Stores in different locations may have different tax rates
Some jurisdictions apply different rates to different product types
The base rate shown may be modified based on product category
Common Use Cases
When to Check Tax Rates
When to Check Tax Rates
Verify current tax rates during order calculation and validation
Understanding tax impact on revenue and pricing strategies
Ensuring proper tax rates are applied for regulatory compliance
Synchronizing tax rates with external accounting or POS systems
Error Scenarios
Common Tax Rate Errors
Common Tax Rate Errors
The specified store_id doesn’t existStatus Code: 404
Store doesn’t have tax rate configuration set upStatus Code: 404Solution: Contact support to configure tax rates for the store
Tax jurisdiction data is incomplete or invalidStatus Code: 500Solution: Verify store address and tax jurisdiction setup
Rate Precision: Tax rates are provided with high precision to ensure accurate calculations. Always use the exact decimal values provided.
Rate Changes: Tax rates can change due to legislative updates. Applications should periodically refresh tax rate information to ensure compliance.
Integration: This endpoint is commonly used by POS systems, e-commerce platforms, and accounting software to ensure consistent tax calculations across all systems.