Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminCreateTaxRate.yaml
github-actions[bot] d6dcda5b8f chore(docs): Updated API Reference (v2) (#8929)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
2024-09-02 07:45:24 +00:00

40 lines
852 B
YAML

type: object
description: SUMMARY
x-schemaName: AdminCreateTaxRate
required:
- name
- tax_region_id
properties:
name:
type: string
title: name
description: The tax rate's name.
tax_region_id:
type: string
title: tax_region_id
description: The tax rate's tax region id.
rate:
type: number
title: rate
description: The tax rate's rate.
code:
type: string
title: code
description: The tax rate's code.
rules:
type: array
description: The tax rate's rules.
items:
$ref: ./AdminCreateTaxRateRule.yaml
is_default:
type: boolean
title: is_default
description: The tax rate's is default.
is_combinable:
type: boolean
title: is_combinable
description: The tax rate's is combinable.
metadata:
type: object
description: The tax rate's metadata.