v1

latestOpenAPI 3.0.02026-07-262832203.2 KB
Quote

Create a new tax quote

The Reach Tax Quote API allows you to request a tax quote based on customers' items and state/country to retrieve a calculated Tax amount due for such an order. See the Reach Tax Quote API for details.

post/v1/tax/quote

Request body

Idstring uuid

A unique string generated by Reach to identify the specific tax quote instance.

Currencystring required

Three-character ISO-4217 currency code.

Referencestring required

Unique reference provided by supplier.

BusinessIdentificationNumberstring

Business Identification Number for tax exemption.

Amountnumber float

Amount to be paid. Currency is defined by the parent object.

TaxAmountnumber float

Amount of tax calculated.

Example request

{
  "ShippingAddress": {
    "Street": "123 Main St",
    "City": "Los Angeles",
    "Region": "CA",
    "Country": "US",
    "Postcode": "90001"
  }
}

Response

Operation Successful

Idstring uuid

A unique string generated by Reach to identify the specific tax quote instance.

Currencystring required

Three-character ISO-4217 currency code.

Referencestring required

Unique reference provided by supplier.

BusinessIdentificationNumberstring

Business Identification Number for tax exemption.

Amountnumber float

Amount to be paid. Currency is defined by the parent object.

TaxAmountnumber float

Amount of tax calculated.

Example response

{
  "ShippingAddress": {
    "Street": "123 Main St",
    "City": "Los Angeles",
    "Region": "CA",
    "Country": "US",
    "Postcode": "90001"
  }
}