* remove everything v1 and make v2 default * move main v2 rewrites to book * move rewrites to book + other fixes
42 lines
979 B
YAML
42 lines
979 B
YAML
type: object
|
|
description: SUMMARY
|
|
x-schemaName: AdminPostTaxRatesTaxRateReq
|
|
properties:
|
|
code:
|
|
type: string
|
|
title: code
|
|
description: The tax rate's code.
|
|
name:
|
|
type: string
|
|
title: name
|
|
description: The tax rate's name.
|
|
region_id:
|
|
type: string
|
|
title: region_id
|
|
description: The tax rate's region id.
|
|
rate:
|
|
type: number
|
|
title: rate
|
|
description: The tax rate's rate.
|
|
products:
|
|
type: array
|
|
description: The tax rate's products.
|
|
items:
|
|
type: string
|
|
title: products
|
|
description: The product's products.
|
|
shipping_options:
|
|
type: array
|
|
description: The tax rate's shipping options.
|
|
items:
|
|
type: string
|
|
title: shipping_options
|
|
description: The shipping option's shipping options.
|
|
product_types:
|
|
type: array
|
|
description: The tax rate's product types.
|
|
items:
|
|
type: string
|
|
title: product_types
|
|
description: The product type's product types.
|