Files
medusa-store/www/apps/api-reference/specs-v2/admin/components/schemas/AdminPostTaxRegionsReq.yaml
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

25 lines
569 B
YAML

type: object
description: SUMMARY
x-schemaName: AdminPostTaxRegionsReq
required:
- country_code
properties:
country_code:
type: string
title: country_code
description: The tax region's country code.
province_code:
type: string
title: province_code
description: The tax region's province code.
parent_id:
type: string
title: parent_id
description: The tax region's parent id.
default_tax_rate:
$ref: ./CreateDefaultTaxRate.yaml
metadata:
type: object
description: The tax region's metadata.
properties: {}