ShippingFeeResponse
- jurisdictionType: object · Jurisdiction Tax Breakdown nullable
_tax _breakdown Per-tax-type, per-jurisdiction breakdown of tax. Outer keys are tax types (e.g. sales_tax, vat, gst). Inner keys are jurisdiction levels (e.g. country, state, county).
- propertyType: object
Name - propertyType: object · JurisdictionTaxDetail
Name - grossType: string · Gross Amount
_amount Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$required - jurisdictionType: string · Jurisdiction Type
_type required - nonType: string · Non Taxable Amount
_taxable _amount Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$required - taxType: string · Tax Due
_due Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$required - taxType: string · Tax Rate
_rate Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$required - taxableType: string · Taxable Amount
_amount Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$required - filingType: string · Filing Taxable Jurisdiction IdFormat: uuid nullable
_taxable _jurisdiction _id - jurisdictionType: string · Jurisdiction Name nullable
_name - reportingType: string · Reporting Code nullable
_code - taxType: string · Tax Type nullable
_type - transactionType: string · Transaction Type IdFormat: uuid nullable
_type _id - transactionType: string · Transaction Type Rule IdFormat: uuid nullable
_type _rule _id
- manualType: string · Manual Sales Tax RateFormat: decimal nullable
_sales _tax _rate Manual tax rate override applied to the shipping fee. When present, bypasses automatic jurisdiction rate lookup.
- tangibleType: stringenum nullable
_category Tangibility classification of the shipping fee
values- tangible
- intangible
- taxType: object · ItemTaxSummary nullable
Tax amounts calculated on the shipping fee
- effectiveType: string · Effective Tax RateFormat: decimal nullable
_tax _rate Effective tax rate for this line item (item_total_tax ÷ total_price_after_discount)
- totalType: string · Total TaxFormat: decimal nullable
_tax Total tax calculated for this line item across all applicable jurisdiction levels
- taxType: string · Tax Code nullable
_code Product tax classification code for the shipping fee, used to determine taxability in each jurisdiction
- taxabilityType: stringenum nullable
_reason The specific reason the shipping fee was classified as taxable or non-taxable (e.g., standard_rated, customer_exempt, manual_rate, not_available)
values- customer
_exempt - default
_taxable - not
_available - not
_collecting - not
_subject _to _tax
- taxableType: stringenum nullable
_category Whether the shipping fee is subject to sales tax in the applicable jurisdiction
values- taxable
- not
_taxable
- totalType: string · Total PriceFormat: decimal nullable
_price Shipping cost submitted on the request. Taxed only if the transaction has at least one taxable item.
- totalType: string · Total Price After DiscountFormat: decimal nullable
_price _after _discount Shipping amount used as the tax base after any applicable discounts