chore(docs): Generated API Reference (#4706)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
committed by
GitHub
parent
efdea04963
commit
658339767b
@@ -11,30 +11,30 @@ properties:
|
||||
description: The name of the Region
|
||||
type: string
|
||||
currency_code:
|
||||
description: The 3 character ISO currency code to use for the Region.
|
||||
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.
|
||||
tax_code:
|
||||
description: An optional tax code the Region.
|
||||
description: The tax code of the Region.
|
||||
type: string
|
||||
tax_rate:
|
||||
description: The tax rate to use on Orders in the Region.
|
||||
description: The tax rate to use in the Region.
|
||||
type: number
|
||||
payment_providers:
|
||||
description: A list of Payment Provider IDs that should be enabled for the Region
|
||||
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 should be enabled for the Region
|
||||
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
|
||||
A list of countries' 2 ISO characters that should be included in the
|
||||
Region.
|
||||
example:
|
||||
- US
|
||||
@@ -42,5 +42,6 @@ properties:
|
||||
items:
|
||||
type: string
|
||||
includes_tax:
|
||||
description: '[EXPERIMENTAL] Tax included in prices of region'
|
||||
x-featureFlag: tax_inclusive_pricing
|
||||
description: Whether taxes are included in the prices of the region.
|
||||
type: boolean
|
||||
|
||||
Reference in New Issue
Block a user