* add new plugin for better organization * added handling in theme for mutations and query types * added tsdoc to hooks * added tsdocs to utility functions * added tsdoc to providers * generated reference * general fixes for generated reference * generated api reference specs + general fixes * add missing import react * split utilities into different directories * added overview page * added link to customer authentication section * fix lint errors * added changeset * fix readme * fixed build error * added expand fields + other sections to overview * updated what's new section * general refactoring * remove unnecessary query field * fix links * added ignoreApi option
57 lines
1.8 KiB
YAML
57 lines
1.8 KiB
YAML
type: object
|
|
description: The details to update of the regions.
|
|
properties:
|
|
name:
|
|
description: The name of the Region
|
|
type: string
|
|
currency_code:
|
|
description: The 3 character ISO currency code to use in the Region.
|
|
type: string
|
|
externalDocs:
|
|
url: https://en.wikipedia.org/wiki/ISO_4217#Active_codes
|
|
description: See a list of codes.
|
|
automatic_taxes:
|
|
description: >-
|
|
If set to `true`, the Medusa backend will automatically calculate taxes
|
|
for carts in this region. If set to `false`, the taxes must be calculated
|
|
manually.
|
|
externalDocs:
|
|
url: https://docs.medusajs.com/modules/taxes/storefront/manual-calculation
|
|
description: How to calculate taxes in a storefront.
|
|
type: boolean
|
|
gift_cards_taxable:
|
|
description: If set to `true`, taxes will be applied on gift cards.
|
|
type: boolean
|
|
tax_provider_id:
|
|
description: >-
|
|
The ID of the tax provider to use. If none provided, the system tax
|
|
provider is used.
|
|
type: string
|
|
tax_code:
|
|
description: The tax code of the Region.
|
|
type: string
|
|
tax_rate:
|
|
description: The tax rate to use in the Region.
|
|
type: number
|
|
includes_tax:
|
|
x-featureFlag: tax_inclusive_pricing
|
|
description: Whether taxes are included in the prices of the region.
|
|
type: boolean
|
|
payment_providers:
|
|
description: A list of Payment Provider IDs that can be used in the Region
|
|
type: array
|
|
items:
|
|
type: string
|
|
fulfillment_providers:
|
|
description: A list of Fulfillment Provider IDs that can be used in the Region
|
|
type: array
|
|
items:
|
|
type: string
|
|
countries:
|
|
description: >-
|
|
A list of countries' 2 ISO characters that should be included in the
|
|
Region.
|
|
type: array
|
|
items:
|
|
type: string
|