getSalesTaxV4
ApiScope: payment.sales.tax.read
API Scope Level: ServiceSubscriberScope
Query Parameters
country string required
zipcode string required
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
salesTax number
salesTaxType string
Possible values: [PERCENTAGE, ABSOLUTE]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"salesTax": 0,
"salesTaxType": "PERCENTAGE"
}
Loading...