Files
medusa-store/docs/api/admin/components/schemas/TaxProvider.yaml
2023-02-14 20:32:28 +02:00

19 lines
482 B
YAML

title: Tax Provider
description: The tax service used to calculate taxes
type: object
required:
- id
- is_installed
properties:
id:
description: The id of the tax provider as given by the plugin.
type: string
example: manual
is_installed:
description: >-
Whether the plugin is installed in the current version. Plugins that are
no longer installed are not deleted by will have this field set to
`false`.
type: boolean
default: true