Files
medusa-store/docs-util/oas-output/schemas/AdminPostTaxRatesTaxRateReq.ts
github-actions[bot] 53653f5266 chore(docs): Generated OAS (#6752)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2024-03-20 11:30:24 +01:00

47 lines
1.1 KiB
TypeScript

/**
* @schema AdminPostTaxRatesTaxRateReq
* 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.
*
*/