ReDoc documentation
Retrieve a list of all tax integrations.
200 Success.
401 Unauthorized
Unexpected error
[- {
- "active": true,
- "code": "string",
- "credit_memo_tax_enabled": true,
- "stores": [
- "string"
], - "title": "string"
}
]Creates or updates an out of process tax integrations.
required | object (out-of-process-tax-management-data-out-of-process-tax-integration-interface) |
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
{- "tax_integration": {
- "active": true,
- "code": "string",
- "credit_memo_tax_enabled": true,
- "stores": [
- "string"
], - "title": "string"
}
}{- "active": true,
- "code": "string",
- "credit_memo_tax_enabled": true,
- "stores": [
- "string"
], - "title": "string"
}