ShippingFeeResponse

  • jurisdiction_tax_breakdown
    Type: object · Jurisdiction Tax Breakdown nullable

    Keys are jurisdiction levels. US: state, county, city, mta, spd. Non-US: country, federal, region, provincial, state. Manual fallback: combined.

    • city
      Type: object · JurisdictionTaxDetail
    • combined
      Type: object · JurisdictionTaxDetail
    • country
      Type: object · JurisdictionTaxDetail
    • county
      Type: object · JurisdictionTaxDetail
    • federal
      Type: object · JurisdictionTaxDetail
    • mta
      Type: object · JurisdictionTaxDetail
    • provincial
      Type: object · JurisdictionTaxDetail
    • region
      Type: object · JurisdictionTaxDetail
    • spd
      Type: object · JurisdictionTaxDetail
    • state
      Type: object · JurisdictionTaxDetail
    • propertyName
      Type: anything · JurisdictionTaxDetail
  • manual_sales_tax_rate
    Type: string · Manual Sales Tax RateFormat: decimal nullable

    Manual tax rate override applied to the shipping fee. When present, bypasses automatic jurisdiction rate lookup.

  • tangible_category
    Type: stringenum nullable

    Tangibility classification of the shipping fee

    values
    • tangible
    • intangible
  • tax
    Type: object · ItemTaxSummary nullable

    Tax amounts calculated on the shipping fee

    • effective_tax_rate
      Type: string · Effective Tax RateFormat: decimal nullable

      Effective tax rate for this line item (item_total_tax ÷ total_price_after_discount)

    • total_tax
      Type: string · Total TaxFormat: decimal nullable

      Total tax calculated for this line item across all applicable jurisdiction levels

  • tax_code
    Type: string · Tax Code nullable

    Product tax classification code for the shipping fee, used to determine taxability in each jurisdiction

  • taxable_category
    Type: stringenum nullable

    Whether the shipping fee is subject to sales tax in the applicable jurisdiction

    values
    • taxable
    • not_taxable
  • total_price
    Type: string · Total PriceFormat: decimal nullable

    Shipping cost submitted on the request. Taxed only if the transaction has at least one taxable item.

  • total_price_after_discount
    Type: string · Total Price After DiscountFormat: decimal nullable

    Shipping amount used as the tax base after any applicable discounts