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:
github-actions[bot]
2023-08-07 16:54:48 +03:00
committed by GitHub
parent efdea04963
commit 658339767b
1138 changed files with 11740 additions and 7043 deletions
@@ -4,29 +4,39 @@ properties:
description: The name of the Store
type: string
swap_link_template:
description: A template for Swap links - use `{{cart_id}}` to insert the Swap Cart id
description: A template for Swap links - use `{{cart_id}}` to insert the Swap Cart ID
type: string
example: http://example.com/swaps/{{cart_id}}
payment_link_template:
description: >-
A template for payment links links - use `{{cart_id}}` to insert the Cart
id
description: A template for payment links - use `{{cart_id}}` to insert the Cart ID
example: http://example.com/payments/{{cart_id}}
type: string
invite_link_template:
description: >-
A template for invite links - use `{{invite_token}}` to insert the invite
token
example: http://example.com/invite?token={{invite_token}}
type: string
default_currency_code:
description: The default currency code for the Store.
description: The default currency code of the Store.
type: string
externalDocs:
url: https://en.wikipedia.org/wiki/ISO_4217#Active_codes
description: See a list of codes.
currencies:
description: Array of currencies in 2 character ISO code format.
description: >-
Array of available currencies in the store. Each currency is in 3
character ISO code format.
type: array
items:
type: string
externalDocs:
url: https://en.wikipedia.org/wiki/ISO_4217#Active_codes
description: See a list of codes.
metadata:
description: An optional set of key-value pairs with additional information.
type: object
externalDocs:
description: Learn about the metadata attribute, and how to delete and update it.
url: >-
https://docs.medusajs.com/development/entities/overview#metadata-attribute