chore(docs): Updated API Reference (v2) (#8609)
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>
This commit is contained in:
committed by
GitHub
parent
4bd0917aed
commit
b23ddcdde8
@@ -0,0 +1,47 @@
|
||||
type: object
|
||||
description: The cart's region.
|
||||
x-schemaName: BaseRegion
|
||||
required:
|
||||
- id
|
||||
- name
|
||||
- currency_code
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
title: id
|
||||
description: The region's ID.
|
||||
name:
|
||||
type: string
|
||||
title: name
|
||||
description: The region's name.
|
||||
currency_code:
|
||||
type: string
|
||||
title: currency_code
|
||||
description: The region's currency code.
|
||||
automatic_taxes:
|
||||
type: boolean
|
||||
title: automatic_taxes
|
||||
description: The region's automatic taxes.
|
||||
countries:
|
||||
type: array
|
||||
description: The region's countries.
|
||||
items:
|
||||
$ref: ./BaseRegionCountry.yaml
|
||||
payment_providers:
|
||||
type: array
|
||||
description: The region's payment providers.
|
||||
items:
|
||||
$ref: ./AdminPaymentProvider.yaml
|
||||
metadata:
|
||||
type: object
|
||||
description: The region's metadata.
|
||||
created_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: created_at
|
||||
description: The region's created at.
|
||||
updated_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: updated_at
|
||||
description: The region's updated at.
|
||||
Reference in New Issue
Block a user