Files
medusa-store/www/apps/docs/content/references/js-client/classes/internal-8.internal.AdminPostRegionsRegionReq.md
github-actions[bot] daea35fe73 chore(docs): Generated JS Client Reference (#5334)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2023-10-10 17:47:07 +00:00

3.8 KiB

displayed_sidebar
displayed_sidebar
jsClientSidebar

Class: AdminPostRegionsRegionReq

internal.internal.AdminPostRegionsRegionReq

Schema

AdminPostRegionsRegionReq type: object 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

Properties

automatic_taxes

Optional automatic_taxes: boolean

Defined in

packages/medusa/dist/api/routes/admin/regions/update-region.d.ts:123


countries

Optional countries: string[]

Defined in

packages/medusa/dist/api/routes/admin/regions/update-region.d.ts:127


currency_code

Optional currency_code: string

Defined in

packages/medusa/dist/api/routes/admin/regions/update-region.d.ts:119


fulfillment_providers

Optional fulfillment_providers: string[]

Defined in

packages/medusa/dist/api/routes/admin/regions/update-region.d.ts:126


gift_cards_taxable

Optional gift_cards_taxable: boolean

Defined in

packages/medusa/dist/api/routes/admin/regions/update-region.d.ts:122


includes_tax

Optional includes_tax: boolean

Defined in

packages/medusa/dist/api/routes/admin/regions/update-region.d.ts:128


metadata

Optional metadata: Record<string, unknown>

Defined in

packages/medusa/dist/api/routes/admin/regions/update-region.d.ts:129


name

Optional name: string

Defined in

packages/medusa/dist/api/routes/admin/regions/update-region.d.ts:118


payment_providers

Optional payment_providers: string[]

Defined in

packages/medusa/dist/api/routes/admin/regions/update-region.d.ts:125


tax_code

Optional tax_code: string

Defined in

packages/medusa/dist/api/routes/admin/regions/update-region.d.ts:120


tax_provider_id

Optional tax_provider_id: null | string

Defined in

packages/medusa/dist/api/routes/admin/regions/update-region.d.ts:124


tax_rate

Optional tax_rate: number

Defined in

packages/medusa/dist/api/routes/admin/regions/update-region.d.ts:121