Skip to content

Tax Manager​


Gather the current line items from cart​

GET
/api/v2/tax-manager/find-line-items

Gather the current line items from cart

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

Playground​

Authorization

Samples​


Calculate taxes based on describe order data​

POST
/api/v2/tax-manager/describe-tax

Process the order data and use it to calculate tax line-items

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
{
  
"basicInfo": {
  
},
  
"purchaserAddress": {
  
}
}

Responses​

Playground​

Authorization
Body

Samples​


Find Tax Details by Transaction Id​

GET
/api/v2/tax-manager/transaction-details

Returns a set of taxDetails by the transactionId

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Query Parameters

transactionId*

Id of details to return

Type
integer
Required
Format
"int64"

Responses​

Playground​

Authorization
Variables
Key
Value

Samples​


Powered by VitePress OpenAPI